Compare commits

..

No commits in common. "4a4d91814571ebcc549085b151cb3e9fc546bae1" and "b657037848a2df2c951034d7699b65f903432d3a" have entirely different histories.

View File

@ -5,11 +5,11 @@ metadata:
namespace: monitoring namespace: monitoring
spec: spec:
instances: 2 instances: 1
storage: storage:
size: 2Gi size: 2Gi
storageClass: local-path storageClass: redundant-storage-class
bootstrap: bootstrap:
initdb: initdb:
@ -22,24 +22,6 @@ spec:
pg_hba: pg_hba:
- host all all all md5 - host all all all md5
backup:
barmanObjectStore:
destinationPath: "s3://halis/cloudnativepg"
endpointURL: https://s3.halia.dev
s3Credentials:
accessKeyId:
name: s3-secret
key: AWS_ACCESS_KEY_ID
secretAccessKey:
name: s3-secret
key: AWS_SECRET_ACCESS_KEY
region:
name: s3-secret
key: AWS_REGION
wal:
compression: gzip
maxParallel: 8
resources: resources:
requests: requests:
cpu: 100m cpu: 100m