postgres: configure backups

This commit is contained in:
2025-05-22 10:27:27 -04:00
parent 616895c0d1
commit 351a733338
3 changed files with 46 additions and 0 deletions

View File

@@ -11,6 +11,18 @@ spec:
size: 20Gi
storageClass: rook-ceph-block
backup:
barmanObjectStore:
destinationPath: "s3://weyma-talos-shared-pgsql-backup/"
endpointURL: http://10.105.15.20:9000
s3Credentials:
accessKeyId:
key: s3AccessKey
name: s3-backup-creds
secretAccessKey:
key: s3SecretKey
name: s3-backup-creds
inheritedMetadata:
labels:
metrics_enabled: "true"