Skip to content

Commit ad5fec9

Browse files
knan-nrkFxKu
authored andcommitted
docs: add storageclass to complete-postgres-manifest example (zalando#586)
1 parent 2886027 commit ad5fec9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

manifests/complete-postgres-manifest.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
teamId: "ACID"
1212
volume:
1313
size: 1Gi
14+
#storageClass: my-sc
1415
numberOfInstances: 2
1516
users: #Application/Robot users
1617
zalando:
@@ -46,13 +47,13 @@ spec:
4647
pg_hba:
4748
- hostssl all all 0.0.0.0/0 md5
4849
- host all all 0.0.0.0/0 md5
49-
slots:
50-
permanent_physical_1:
51-
type: physical
52-
permanent_logical_1:
53-
type: logical
54-
database: foo
55-
plugin: pgoutput
50+
#slots:
51+
# permanent_physical_1:
52+
# type: physical
53+
# permanent_logical_1:
54+
# type: logical
55+
# database: foo
56+
# plugin: pgoutput
5657
ttl: 30
5758
loop_wait: &loop_wait 10
5859
retry_timeout: 10

0 commit comments

Comments
 (0)