From 036f8ef37e4fdaaf54335eacddc8c2caf0820fd5 Mon Sep 17 00:00:00 2001 From: Nikholas Pcenicni <82239765+nikpcenicni@users.noreply.github.com> Date: Fri, 27 Mar 2026 04:26:25 -0400 Subject: [PATCH] Update monitoring configurations to disable persistence in Loki and add emptyDir storage for Prometheus and Alertmanager --- .../noble/apps/monitoring-kube-prometheus/application.yaml | 4 ++++ clusters/noble/apps/monitoring-loki/application.yaml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/clusters/noble/apps/monitoring-kube-prometheus/application.yaml b/clusters/noble/apps/monitoring-kube-prometheus/application.yaml index 64501eb..d4978d1 100644 --- a/clusters/noble/apps/monitoring-kube-prometheus/application.yaml +++ b/clusters/noble/apps/monitoring-kube-prometheus/application.yaml @@ -19,9 +19,13 @@ spec: prometheus: prometheusSpec: retention: 15d + storageSpec: + emptyDir: {} alertmanager: alertmanagerSpec: retention: 120h + storage: + emptyDir: {} kubeEtcd: enabled: false kubeScheduler: diff --git a/clusters/noble/apps/monitoring-loki/application.yaml b/clusters/noble/apps/monitoring-loki/application.yaml index eeedace..c475731 100644 --- a/clusters/noble/apps/monitoring-loki/application.yaml +++ b/clusters/noble/apps/monitoring-loki/application.yaml @@ -19,8 +19,7 @@ spec: loki: enabled: true persistence: - enabled: true - size: 20Gi + enabled: false promtail: enabled: true grafana: