From 9c06a3c46afed0a02129f7683b15c407189ee39a Mon Sep 17 00:00:00 2001 From: mugioka Date: Fri, 11 Apr 2025 14:04:23 +0900 Subject: [PATCH 1/2] chore: update example. --- examples/k8s-health-check/proxy_with_http_health_check.yaml | 1 + 1 file changed, 1 insertion(+) 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..eab6c1002 100644 --- a/examples/k8s-health-check/proxy_with_http_health_check.yaml +++ b/examples/k8s-health-check/proxy_with_http_health_check.yaml @@ -118,6 +118,7 @@ spec: lifecycle: preStop: httpGet: + host: localhost path: /quitquitquit port: 9092 scheme: HTTP From c02b3f29680df0ca7162e8135d843bcadc35e7e0 Mon Sep 17 00:00:00 2001 From: mugioka Date: Fri, 11 Apr 2025 14:33:15 +0900 Subject: [PATCH 2/2] chore: update port. --- examples/k8s-health-check/proxy_with_http_health_check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 eab6c1002..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 @@ -120,7 +120,7 @@ spec: httpGet: host: localhost path: /quitquitquit - port: 9092 + port: 9091 scheme: HTTP # The /startup probe returns OK when the proxy is ready to receive