feat: Add B2 recovery bootstrap to CNPG cluster
All checks were successful
Deploy Cluster / Terraform (push) Successful in 2m6s
Deploy Cluster / Ansible (push) Successful in 8m16s

This commit is contained in:
2026-03-29 00:22:24 +00:00
parent 936f54a1b5
commit 6a593fd559

View File

@@ -31,6 +31,23 @@ spec:
superuserSecret: superuserSecret:
name: rancher-db-password name: rancher-db-password
bootstrap:
recovery:
source: b2-backup
externalClusters:
- name: b2-backup
barmanObjectStore:
destinationPath: "s3://HetznerTerra/rancher-backups/"
endpointURL: "https://s3.us-east-005.backblazeb2.com"
s3Credentials:
accessKeyId:
name: b2-credentials
key: B2_ACCOUNT_ID
secretAccessKey:
name: b2-credentials
key: B2_APPLICATION_KEY
monitoring: monitoring:
enablePodMonitor: false enablePodMonitor: false