REFACTOR(longhorn): use existing PVC instead of cr
This commit is contained in:
@@ -119,6 +119,8 @@ deployment:
|
|||||||
# Persistence for Gitea data
|
# Persistence for Gitea data
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
create: false # Use existing PVC (created during Longhorn migration)
|
||||||
|
claimName: gitea-shared-storage
|
||||||
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