🔧 pg cluster fixes

This commit is contained in:
auricom
2023-06-18 04:54:13 +02:00
parent 49be6ed3c7
commit 55704ee14e

View File

@@ -7,10 +7,10 @@ metadata:
annotations: annotations:
kyverno.io/ignore: "true" kyverno.io/ignore: "true"
spec: spec:
instances: 3 instances: 1
primaryUpdateStrategy: unsupervised primaryUpdateStrategy: unsupervised
storage: storage:
size: 20Gi size: 50Gi
storageClass: rook-ceph-block storageClass: rook-ceph-block
superuserSecret: superuserSecret:
name: postgres-superuser name: postgres-superuser
@@ -24,7 +24,7 @@ spec:
maxParallel: 8 maxParallel: 8
destinationPath: s3://postgresql/ destinationPath: s3://postgresql/
endpointURL: https://truenas.${SECRET_DOMAIN}:51515 endpointURL: https://truenas.${SECRET_DOMAIN}:51515
serverName: postgres-v5 serverName: postgres-v6
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: postgres-minio name: postgres-minio
@@ -34,9 +34,9 @@ spec:
key: MINIO_SECRET_KEY key: MINIO_SECRET_KEY
bootstrap: bootstrap:
recovery: recovery:
source: postgres-v4 source: postgres-v5
externalClusters: externalClusters:
- name: postgres-v4 - name: postgres-v5
barmanObjectStore: barmanObjectStore:
destinationPath: s3://postgresql/ destinationPath: s3://postgresql/
endpointURL: https://truenas.${SECRET_DOMAIN}:51515 endpointURL: https://truenas.${SECRET_DOMAIN}:51515