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

@@ -6,7 +6,7 @@ fullnameOverride: alertmanager
persistence:
enabled: true
size: 1Gi
storageClass: longhorn # Migrated from local-path to Longhorn (replica=3)
storageClass: local-path-retain
resources:
requests: