feat(backups): Add recovery plan for database

This commit is contained in:
Tanguy Herbron 2024-12-05 14:08:57 +01:00
parent a1ec506af9
commit 96f0aba576
2 changed files with 49 additions and 1 deletions

View File

@ -0,0 +1,48 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: gitea-db
namespace: gitea
spec:
instances: 2
storage:
size: 1Gi
storageClass: local-path
bootstrap:
recovery:
source: gitea-db
postgresql:
pg_hba:
- host all all all md5
externalClusters:
- name: gitea-db
barmanObjectStore:
serverName: gitea-db
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:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 500m
memory: 500Mi

View File

@ -9,7 +9,7 @@ spec:
storage:
size: 1Gi
storageClass: redundant-storage-class
storageClass: local-path
bootstrap:
initdb: