From ad5fec9beed4fc477ce4d0d3714fdfb9625f5722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Inge=20Bols=C3=B8?= Date: Tue, 11 Jun 2019 16:25:02 +0200 Subject: [PATCH] docs: add storageclass to complete-postgres-manifest example (#586) --- manifests/complete-postgres-manifest.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/manifests/complete-postgres-manifest.yaml b/manifests/complete-postgres-manifest.yaml index 793ca7026..de66be6f7 100644 --- a/manifests/complete-postgres-manifest.yaml +++ b/manifests/complete-postgres-manifest.yaml @@ -11,6 +11,7 @@ spec: teamId: "ACID" volume: size: 1Gi + #storageClass: my-sc numberOfInstances: 2 users: #Application/Robot users zalando: @@ -46,13 +47,13 @@ spec: pg_hba: - hostssl all all 0.0.0.0/0 md5 - host all all 0.0.0.0/0 md5 - slots: - permanent_physical_1: - type: physical - permanent_logical_1: - type: logical - database: foo - plugin: pgoutput + #slots: + # permanent_physical_1: + # type: physical + # permanent_logical_1: + # type: logical + # database: foo + # plugin: pgoutput ttl: 30 loop_wait: &loop_wait 10 retry_timeout: 10