From ca4f0e7b38f61e4a233db05ea9d7bc76f425d08c Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 28 Dec 2025 19:38:33 +0900 Subject: [PATCH] FIX(storage): bind pvc to existing pv to preserve --- gitea/helm-values/gitea.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index 17e1014..85fb163 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -119,8 +119,8 @@ deployment: # Persistence for Gitea data persistence: enabled: true - create: true # Create new PVC managed by Helm - claimName: gitea-data # New PVC name to avoid conflict + create: true + volumeName: pvc-ec9c8a13-61a8-4722-8842-14d5570612a0 # Bind to existing PV with data size: 10Gi storageClass: longhorn accessModes: