From 1bf40d431bf62e7a07994abf8135fd196c1e9faf Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 27 Dec 2025 03:45:27 +0900 Subject: [PATCH] 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. --- grafana/helm-values/grafana.yaml | 2 +- loki/helm-values/loki.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grafana/helm-values/grafana.yaml b/grafana/helm-values/grafana.yaml index cb949f3..3ed2946 100644 --- a/grafana/helm-values/grafana.yaml +++ b/grafana/helm-values/grafana.yaml @@ -13,7 +13,7 @@ admin: persistence: enabled: true size: 2Gi - storageClass: longhorn # Migrated from local-path to Longhorn (replica=3) + storageClass: longhorn # Migrated to Longhorn for HA (replica=2) initChownData: enabled: false diff --git a/loki/helm-values/loki.yaml b/loki/helm-values/loki.yaml index 7f74189..12e2c5b 100644 --- a/loki/helm-values/loki.yaml +++ b/loki/helm-values/loki.yaml @@ -39,8 +39,8 @@ singleBinary: replicas: 1 persistence: enabled: true - size: 10Gi - storageClass: longhorn # Migrated from local-path to Longhorn (replica=3) + size: 5Gi # Reduced from 10Gi to save storage + storageClass: longhorn # Migrated from local-path to Longhorn (replica=2) resources: requests: cpu: 15m # Reduced from 50m based on actual usage (10m)