-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
45 lines (45 loc) · 1.47 KB
/
config.yaml
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
"options":
"postgresql-image":
"type": "string"
"description": "Container image for postgresql"
"default": "docker.io/bitnami/postgresql-repmgr:11.7.0-debian-10-r64"
"postgresql-pullPolicy":
"type": "string"
"description": "Pull policy for postgresql container image"
"default": "IfNotPresent"
"postgresql-debug":
"type": "string"
"description": "Specify if debug logs should be enabled (true or false)"
"default": "true"
"postgresql-username":
"type": "string"
"description": "Postgresql username"
"default": "postgres"
"postgresql-password":
"type": "string"
"description": "Postgresql password"
"default": "postgres"
"postgresql-database":
"type": "string"
"description": "Postgresql database"
"default": "postgres"
"postgresql-repmgr-username":
"type": "string"
"description": "Postgresql repmgr username"
"default": "repmgr"
"postgresql-repmgr-password":
"type": "string"
"description": "Postgresql repmgr password"
"default": "repmgr"
"postgresql-repmgr-database":
"type": "string"
"description": "PostgreSQL repmgr database"
"default": "repmgr"
"metrics-image":
"type": "string"
"description": "Container image for PostgreSQL Prometheus exporter"
"default": "docker.io/bitnami/postgres-exporter:0.8.0-debian-10-r66"
"metrics-pullPolicy":
"type": "string"
"description": "Pull policy for PostgreSQL Prometheus exporter"
"default": "IfNotPresent"