REFACTOR(longhorn): migrate storage from Longhorn to local-path
- code-server: storageClassName -> local-path-retain - crafty: storageClassName -> local-path-retain - immich: storageClassName -> local-path-retain
This commit is contained in:
@@ -10,7 +10,7 @@ persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 5Gi
|
||||
storageClassName: longhorn # Migrated to Longhorn for HA (replica=2)
|
||||
storageClassName: local-path-retain
|
||||
|
||||
# Use existing secret for password
|
||||
existingSecret: code-server-password
|
||||
|
||||
Reference in New Issue
Block a user