Skip to content

Commit

Permalink
RAS-850 Cloud sql proxy term timeout and verbose (#312)
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 d916766 commit d3def70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _infra/helm/collection-instrument/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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: 3.0.20
version: 3.0.21

# 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: 3.0.20
appVersion: 3.0.21

4 changes: 3 additions & 1 deletion _infra/helm/collection-instrument/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 d3def70

Please sign in to comment.