File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
helm/oci-native-ingress-controller Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ podDisruptionBudget: {}
103103
104104# The TCP port the Webhook server binds to. (default 9443)
105105# Health probes for operational reliability and Cloud Guard compliance
106- # Readiness probe: Indicates when pod is ready to accept traffic (initialDelaySeconds: 30)
107- # Liveness probe: Restarts pod if health check fails (initialDelaySeconds: 60)
108- # Both use TCP socket probe on webhook-server port (9443)
106+ # Readiness probe: HTTP GET /healthz/ ready on metrics-server port 2223 (initialDelaySeconds: 30)
107+ # Liveness probe: HTTP GET /healthz/live on metrics-server port 2223 (initialDelaySeconds: 60)
108+ # Probes use the metrics server and do not target the webhook port
109109webhookBindPort : 9443
110110
111111# Supported auths - instance(default), user
You can’t perform that action at this time.
0 commit comments