REFACTOR(gitea): simplify gitea persistence config

Remove volumeName specification to let Helm chart manage PVC creation.
Data was migrated from old PVC to new gitea-data PVC.
This commit is contained in:
2025-12-28 20:04:14 +09:00
parent ca4f0e7b38
commit 75a8820006

View File

@@ -119,8 +119,6 @@ deployment:
# Persistence for Gitea data
persistence:
enabled: true
create: true
volumeName: pvc-ec9c8a13-61a8-4722-8842-14d5570612a0 # Bind to existing PV with data
size: 10Gi
storageClass: longhorn
accessModes: