Skip to content

Commit a12eae4

Browse files
authored
fix(examples): change admin port on prestop of proxy_with_http_health_check
1 parent 88a85ce commit a12eae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/k8s-health-check/proxy_with_http_health_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
lifecycle:
119119
preStop:
120120
exec:
121-
command: ["/cloud-sql-proxy","shutdown", "--admin-port","9192"]
121+
command: ["/cloud-sql-proxy","shutdown", "--admin-port","9092"]
122122

123123
# The /startup probe returns OK when the proxy is ready to receive
124124
# connections from the application. In this example, k8s will check

0 commit comments

Comments
 (0)