FIX(storage): bind pvc to existing pv to preserve

This commit is contained in:
2025-12-28 19:38:33 +09:00
parent 4cf65b8429
commit ca4f0e7b38

View File

@@ -119,8 +119,8 @@ deployment:
# Persistence for Gitea data # Persistence for Gitea data
persistence: persistence:
enabled: true enabled: true
create: true # Create new PVC managed by Helm create: true
claimName: gitea-data # New PVC name to avoid conflict volumeName: pvc-ec9c8a13-61a8-4722-8842-14d5570612a0 # Bind to existing PV with data
size: 10Gi size: 10Gi
storageClass: longhorn storageClass: longhorn
accessModes: accessModes: