Skip to content

Commit a777eb2

Browse files
committed
Fix #138: Update probe comments in values.yaml
Document HTTP readiness and liveness endpoints on the metrics server. Signed-off-by: Amaan Ul Haq Siddiqui <amaanulhaq.s@outlook.com>
1 parent 0373bae commit a777eb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/oci-native-ingress-controller/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
109109
webhookBindPort: 9443
110110

111111
# Supported auths - instance(default), user

0 commit comments

Comments
 (0)