Skip to content

Commit

Permalink
RAS-850 Cloud sql proxy term timeout and verbose (#145)
Browse files Browse the repository at this point in the history
* RAS-850 Cloud sql proxy term timeout and verbose
  • Loading branch information
LJBabbage authored Sep 8, 2023
1 parent bec6d0f commit 6946bcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _infra/helm/survey/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 11.0.48
version: 11.0.49

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 11.0.48
appVersion: 11.0.49
4 changes: 3 additions & 1 deletion _infra/helm/survey/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ spec:
command: ["/cloud_sql_proxy",
"-instances=$(SQL_INSTANCE_NAME)=tcp:$(DB_PORT)",
"-ip_address_types=PRIVATE",
"-credential_file=/secrets/cloudsql/credentials.json"]
"-credential_file=/secrets/cloudsql/credentials.json",
"-term_timeout=30s",
"-verbose=false"]
securityContext:
runAsUser: 2 # non-root user
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 6946bcc

Please sign in to comment.