forked from deliveryhero/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
45 lines (34 loc) · 835 Bytes
/
values.yaml
File metadata and controls
45 lines (34 loc) · 835 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Controller configuration
# Contains list of Postgres instances. Should have at least a `default` instance
config:
postgres_instances:
default:
host: hostname
user: postgres
password: postgres
port: 5432
# another-instance:
# host: hostname2
# user: postgres
# password: postgres
# port: 5432
log_level: 'info'
replicaCount: 1
image:
repository: maxrocketinternet/postgres-controller
tag: 0.5
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
rbac:
create: true
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name: