-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
18 lines (18 loc) · 777 Bytes
/
Copy pathvalues.yaml
File metadata and controls
18 lines (18 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -- The port that the proxy should open to listen for database connections from the application. MySQL: `3306`, PostgreSQL: `5432`
port: 3306
serviceAccount:
# -- Create a service account for the proxy
create: true
# -- Service account name
name: cloud-sql-proxy
# -- Automount service account token to give the application access to the Kubernetes API
automountToken: "false"
# -- To find your Cloud SQL instance's connection name, visit the detail page of your Cloud SQL instance in the console
instanceConnectionName: ""
image:
# -- Docker registry and image name
registry: eu.gcr.io/cloud-sql-connectors/cloud-sql-proxy
# -- By default, it uses `.Chart.AppVersion` if the value is not set.
tag: ""
# -- Image pull policy
pullPolicy: "IfNotPresent"