From d3def707ac6c04451f4a332bd88a1109b419a7ad Mon Sep 17 00:00:00 2001 From: LJBabbage Date: Fri, 8 Sep 2023 14:57:18 +0100 Subject: [PATCH] RAS-850 Cloud sql proxy term timeout and verbose (#312) * RAS-850 Cloud sql proxy term timeout and verbose --- _infra/helm/collection-instrument/Chart.yaml | 4 ++-- _infra/helm/collection-instrument/templates/deployment.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_infra/helm/collection-instrument/Chart.yaml b/_infra/helm/collection-instrument/Chart.yaml index 92a030f9..6973b561 100644 --- a/_infra/helm/collection-instrument/Chart.yaml +++ b/_infra/helm/collection-instrument/Chart.yaml @@ -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 diff --git a/_infra/helm/collection-instrument/templates/deployment.yaml b/_infra/helm/collection-instrument/templates/deployment.yaml index 2d10bc81..debef197 100644 --- a/_infra/helm/collection-instrument/templates/deployment.yaml +++ b/_infra/helm/collection-instrument/templates/deployment.yaml @@ -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