From 45700a8cd35c103c8aec649064bd5129dd36a9f3 Mon Sep 17 00:00:00 2001 From: zhaoxi Date: Sun, 19 Jul 2026 17:30:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(k8s):=20=E5=90=AF=E7=94=A8=20postgres=20?= =?UTF-8?q?=E6=AF=8F=E6=97=A5=E5=A4=87=E4=BB=BD=E5=88=B0=20S3=EF=BC=88?= =?UTF-8?q?=E5=B7=B2=E5=AE=9E=E6=B5=8B=E4=B8=8A=E4=BC=A0=E6=88=90=E5=8A=9F?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index 8165d96..e758158 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -8,8 +8,8 @@ resources: - postgres/secret.yaml - postgres/statefulset.yaml - postgres/service.yaml - # 可选:PostgreSQL 每日备份到 S3,填好 s3-* 后取消注释 - # - postgres/backup-cronjob.yaml + # PostgreSQL 每日备份到 S3 + - postgres/backup-cronjob.yaml - backend/secret.yaml - backend/deployment.yaml - backend/service.yaml