FIX(gitea): Use existing PVC to preserve Gitea rep
This commit is contained in:
@@ -119,6 +119,7 @@ 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user