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 dc6b20f07..8e6639c13 100644 --- a/examples/k8s-health-check/proxy_with_http_health_check.yaml +++ b/examples/k8s-health-check/proxy_with_http_health_check.yaml @@ -118,7 +118,7 @@ spec: lifecycle: preStop: exec: - command: ["/cloud-sql-proxy","shutdown", "--admin-port","9192"] + command: ["/cloud-sql-proxy","shutdown", "--admin-port","9092"] # The /startup probe returns OK when the proxy is ready to receive # connections from the application. In this example, k8s will check