mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔧 pg cluster fixes
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user