REFACTOR(longhorn): migrate monitoring PVCs

- from local-path to Longhorn
- Grafana: 2Gi (replica=3)
- Loki: 10Gi (replica=3)
- Alertmanager: 1Gi (replica=3)
- Prometheus: 5Gi (replica=3)
- Use dedicated 50GB Longhorn storage on each node
This commit is contained in:
2025-12-27 02:37:59 +09:00
parent b86386a98d
commit 1a2f15c468
4 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ singleBinary:
persistence:
enabled: true
size: 10Gi
storageClass: local-path
storageClass: longhorn # Migrated from local-path to Longhorn (replica=3)
resources:
requests:
cpu: 15m # Reduced from 50m based on actual usage (10m)