diff --git a/examples/k8s-health-check/proxy_with_http_health_check.yaml b/examples/k8s-health-check/proxy_with_http_health_check.yaml index 8b1b6c03d..d9c2fcae4 100644 --- a/examples/k8s-health-check/proxy_with_http_health_check.yaml +++ b/examples/k8s-health-check/proxy_with_http_health_check.yaml @@ -106,7 +106,7 @@ spec: - name: CSQL_PROXY_QUITQUITQUIT value: "true" - name: CSQL_PROXY_ADMIN_PORT - value: "9092" + value: "9091" # Enable structured logging with LogEntry format - name: CSQL_PROXY_STRUCTURED_LOGS @@ -118,8 +118,9 @@ spec: lifecycle: preStop: httpGet: + host: localhost path: /quitquitquit - port: 9092 + port: 9091 scheme: HTTP # The /startup probe returns OK when the proxy is ready to receive