File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ type ControllerMetrics struct {
109
109
type ControllerHealth struct {
110
110
// HealthProbeBindAddress is the TCP address that the controller should bind to
111
111
// for serving health probes
112
+ // It can be set to "0" or "" to disable serving the health probe.
112
113
// +optional
113
114
HealthProbeBindAddress string `json:"healthProbeBindAddress,omitempty"`
114
115
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ type Options struct {
219
219
220
220
// HealthProbeBindAddress is the TCP address that the controller should bind to
221
221
// for serving health probes
222
+ // It can be set to "0" or "" to disable serving the health probe.
222
223
HealthProbeBindAddress string
223
224
224
225
// Readiness probe endpoint name, defaults to "readyz"
You can’t perform that action at this time.
0 commit comments