REVERT(grafana): grafana to local-path

- storageclass
Due to storage constraints, reverting from longhorn to local-path.
Only Loki, Alertmanager, and Gitea remain on longhorn.
This commit is contained in:
2025-12-27 03:45:27 +09:00
parent 1a2f15c468
commit 1bf40d431b
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -39,8 +39,8 @@ singleBinary:
replicas: 1 replicas: 1
persistence: persistence:
enabled: true enabled: true
size: 10Gi size: 5Gi # Reduced from 10Gi to save storage
storageClass: longhorn # Migrated from local-path to Longhorn (replica=3) storageClass: longhorn # Migrated from local-path to Longhorn (replica=2)
resources: resources:
requests: requests:
cpu: 15m # Reduced from 50m based on actual usage (10m) cpu: 15m # Reduced from 50m based on actual usage (10m)