We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2886027 commit ad5fec9Copy full SHA for ad5fec9
manifests/complete-postgres-manifest.yaml
@@ -11,6 +11,7 @@ spec:
11
teamId: "ACID"
12
volume:
13
size: 1Gi
14
+ #storageClass: my-sc
15
numberOfInstances: 2
16
users: #Application/Robot users
17
zalando:
@@ -46,13 +47,13 @@ spec:
46
47
pg_hba:
48
- hostssl all all 0.0.0.0/0 md5
49
- host all all 0.0.0.0/0 md5
- slots:
50
- permanent_physical_1:
51
- type: physical
52
- permanent_logical_1:
53
- type: logical
54
- database: foo
55
- plugin: pgoutput
+ #slots:
+ # permanent_physical_1:
+ # type: physical
+ # permanent_logical_1:
+ # type: logical
+ # database: foo
56
+ # plugin: pgoutput
57
ttl: 30
58
loop_wait: &loop_wait 10
59
retry_timeout: 10
0 commit comments