From a12eae46cfaabd77e2c9bda0ef3ef57c00c16b8d Mon Sep 17 00:00:00 2001 From: allevimi Date: Tue, 31 Mar 2026 14:52:26 +0200 Subject: [PATCH] fix(examples): change admin port on prestop of proxy_with_http_health_check --- examples/k8s-health-check/proxy_with_http_health_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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