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