Commit 3050c29
fix: disable probe and metrics endpoints by default
The default values for --health-probe-bind-address and --metrics-bind-address
were ":0", which in controller-runtime means "bind to a random free port"
rather than "disabled". Because the chart runs cozy-proxy with hostNetwork=true,
these showed up as two unexpected high-port listeners on the host. Switch the
defaults to "0", the controller-runtime convention for disabling the server.
Users who want health probes or metrics can pass an explicit bind address.
Refs: #5
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>1 parent 5655195 commit 3050c29
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments