Commit 97a1624
authored
Go Debug fallback ports collides with internal testing environments (#4306)
In #4216, we exposed Go debug
port for services in local dev-env.
The sample `.env.example` ports for these were carefully chosen so they
wouldn't collide with ClickHouse internal testing tooling:
https://github.com/PeerDB-io/peerdb/blob/1bce75b767bfd293e18f3a4c671c75090fce7651/.env.example#L69-L71
But the fallback ports in Tiltfile didn't fall into the same range. This
PR fixes the fallback ports.1 parent 1bce75b commit 97a1624
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments