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:
2026-01-01 15:27:42 +09:00
parent b822514532
commit 5bc34a7674
4 changed files with 5 additions and 16 deletions

View File

@@ -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