From 06997fb860e26589a7df8b4d81ce49a67e1dfd7b Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 28 Dec 2025 19:28:26 +0900 Subject: [PATCH] REFACTOR(longhorn): use existing PVC instead of cr --- gitea/helm-values/gitea.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index c834519..9c019ca 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -119,6 +119,8 @@ deployment: # Persistence for Gitea data persistence: enabled: true + create: false # Use existing PVC (created during Longhorn migration) + claimName: gitea-shared-storage size: 10Gi storageClass: longhorn # Migrated from local-path to Longhorn (replica=3) accessModes: