Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/k8s-health-check/proxy_with_http_health_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down