From 0489bfe2dadc3016f91c378613012aec2b6ef3ea Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 27 Dec 2025 18:27:43 +0900 Subject: [PATCH] FIX(gitea): Use existing PVC to preserve Gitea rep --- gitea/helm-values/gitea.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index 4eb09fd..bc0523b 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -119,6 +119,7 @@ deployment: # Persistence for Gitea data persistence: enabled: true + existingClaim: gitea-shared-storage-longhorn # Use existing PVC with data size: 10Gi storageClass: longhorn # Migrated from local-path to Longhorn (replica=3) accessModes: