Skip to content

Commit

Permalink
fix: code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hessjcg committed Sep 26, 2023
1 parent 300063f commit 01bc52f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/k8s-health-check/proxy_with_http_health_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ spec:
args:
# Replace <INSTANCE_CONNECTION_NAME> with the instance connection
# name in the format: "project_name:region:instance_name"
# Replace <DB_PORT> with the port that the proxy should open
# to listen for database connections from the application
- <INSTANCE_CONNECTION_NAME>

env:
Expand Down Expand Up @@ -101,8 +99,6 @@ spec:
value: "true"
- name: CSQL_PROXY_ADMIN_PORT
value: "9092"
- name: CSQL_PROXY_USER_AGENT
value: cloud-sql-proxy-operator/unknown

# Enable structured logging with LogEntry format
- name: CSQL_PROXY_STRUCTURED_LOGS
Expand Down

0 comments on commit 01bc52f

Please sign in to comment.