diff --git a/kube/deploy/core/db/pg/clusters/template/crunchy.yaml b/kube/deploy/core/db/pg/clusters/template/crunchy.yaml index 4895b946..f5355f93 100644 --- a/kube/deploy/core/db/pg/clusters/template/crunchy.yaml +++ b/kube/deploy/core/db/pg/clusters/template/crunchy.yaml @@ -105,22 +105,22 @@ spec: full: "15 6 * * 1" # every Monday at 06:15 differential: "15 6 * * 0,2-6" # every day at 06:15 except Monday incremental: "15 1-5,7-23 * * *" # every hour except 06:15 - #- name: "repo1" # NFS # TODO: commented out as NAS won't be up during move - # s3: &minio - # endpoint: "${APP_DNS_MINIO_NAS_S3}" - # bucket: "${SECRET_PGBACKREST_WAL_MINIO_BUCKET}" - # region: "us-east-1" - # #volume: &nfs - # # volumeClaimSpec: - # # storageClassName: "pg-${PG_APP_NAME}-wal-nfs" - # # volumeName: "pg-${PG_APP_NAME}-wal-nfs" - # # accessModes: ["ReadWriteMany"] - # # resources: - # # requests: - # # storage: "1Mi" # doesn't matter with NFS - # schedules: # more aggressive for NAS (over NFS) - # full: "0 6 * * 1" # every Monday at 06:00 - # differential: "0 6 * * 2-6" # every day at 06:00 except Monday + - name: "repo1" # NFS + s3: &minio + endpoint: "${APP_DNS_MINIO_NAS_S3}" + bucket: "${SECRET_PGBACKREST_WAL_MINIO_BUCKET}" + region: "us-east-1" + #volume: &nfs + # volumeClaimSpec: + # storageClassName: "pg-${PG_APP_NAME}-wal-nfs" + # volumeName: "pg-${PG_APP_NAME}-wal-nfs" + # accessModes: ["ReadWriteMany"] + # resources: + # requests: + # storage: "1Mi" # doesn't matter with NFS + schedules: # more aggressive for NAS (over NFS) + full: "0 6 * * 1" # every Monday at 06:00 + differential: "0 6 * * 2-6" # every day at 06:00 except Monday - name: "repo2" # Cloudflare R2 s3: &r2 endpoint: "${SECRET_PGBACKREST_WAL_R2_ENDPOINT}"