FIX(gitea): make gitea to use previous pvc

This commit is contained in:
2025-12-27 19:53:09 +09:00
parent 9481fb6b8c
commit 8161edffcb

View File

@@ -119,7 +119,6 @@ deployment:
# Persistence for Gitea data # Persistence for Gitea data
persistence: persistence:
enabled: true enabled: true
existingClaim: gitea-shared-storage-longhorn # Use existing PVC with data
size: 10Gi size: 10Gi
storageClass: longhorn # Migrated from local-path to Longhorn (replica=3) storageClass: longhorn # Migrated from local-path to Longhorn (replica=3)
accessModes: accessModes: