feat(k8s): 启用 postgres 每日备份到 S3(已实测上传成功)

This commit is contained in:
2026-07-19 17:30:42 +08:00
parent 693e08d67b
commit 45700a8cd3
+2 -2
View File
@@ -8,8 +8,8 @@ resources:
- postgres/secret.yaml - postgres/secret.yaml
- postgres/statefulset.yaml - postgres/statefulset.yaml
- postgres/service.yaml - postgres/service.yaml
# 可选:PostgreSQL 每日备份到 S3,填好 s3-* 后取消注释 # PostgreSQL 每日备份到 S3
# - postgres/backup-cronjob.yaml - postgres/backup-cronjob.yaml
- backend/secret.yaml - backend/secret.yaml
- backend/deployment.yaml - backend/deployment.yaml
- backend/service.yaml - backend/service.yaml