REFACTOR(longhorn): migrate to local-path

- alertmanager, grafana, loki, prometheus: storageClass -> local-path-retain
- Change storage backend configuration
This commit is contained in:
2026-01-01 15:27:42 +09:00
parent 60dfa5cf7b
commit e4b477a510
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ admin:
persistence:
enabled: true
size: 2Gi
storageClass: longhorn # Migrated to Longhorn for HA (replica=2)
storageClass: local-path-retain
initChownData:
enabled: false