-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
29 lines (26 loc) · 871 Bytes
/
values.yaml
File metadata and controls
29 lines (26 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "gce"
kubernetes.io/ingress.allow-http: "false"
tls:
- secretName: lb
hosts:
- host: on-premise.secoda.co
paths:
- path: /*
pathType: ImplementationSpecific
cloudSqlAuthProxy:
enabled: true
databaseName: project:region:instance-name
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations:
# The binding for the service account to the GKE workload identity.
# This is required for the service account to be able to use SQL proxy.
iam.gke.io/gcp-service-account: secoda-web@secoda-web.iam.gserviceaccount.com
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""