more manifest fixes

This commit is contained in:
Felix Kunde 2019-11-29 12:54:15 +01:00
parent f1cb6aa866
commit 4e9c32b135
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ configKubernetes:
# additional labels assigned to the cluster objects
cluster_labels: application:spilo
# label assigned to Kubernetes objects created by the operator
cluster_name_label: version
cluster_name_label: cluster-name
# annotations attached to each database pod
# custom_pod_annotations: keya:valuea,keyb:valueb

View File

@ -22,7 +22,7 @@ configuration:
cluster_domain: cluster.local
cluster_labels:
application: spilo
cluster_name_label: version
cluster_name_label: cluster-name
# custom_pod_annotations:
# keya: valuea
# keyb: valueb

View File

@ -9,7 +9,7 @@ spec:
size: 1Gi
numberOfInstances: 1
postgresql:
version: "10"
version: "11"
# Make this a standby cluster and provide the s3 bucket path of source cluster for continuous streaming.
standby:
s3_wal_path: "s3://path/to/bucket/containing/wal/of/source/cluster/"