FEAT(storage): create new PVC for data migration

This commit is contained in:
2025-12-28 19:33:30 +09:00
parent 06997fb860
commit 4cf65b8429

View File

@@ -119,10 +119,10 @@ deployment:
# Persistence for Gitea data
persistence:
enabled: true
create: false # Use existing PVC (created during Longhorn migration)
claimName: gitea-shared-storage
create: true # Create new PVC managed by Helm
claimName: gitea-data # New PVC name to avoid conflict
size: 10Gi
storageClass: longhorn # Migrated from local-path to Longhorn (replica=3)
storageClass: longhorn
accessModes:
- ReadWriteOnce