Update monitoring configurations to disable persistence in Loki and add emptyDir storage for Prometheus and Alertmanager

This commit is contained in:
Nikholas Pcenicni
2026-03-27 04:26:25 -04:00
parent 769e3125ee
commit 036f8ef37e
2 changed files with 5 additions and 2 deletions

View File

@@ -19,9 +19,13 @@ spec:
prometheus:
prometheusSpec:
retention: 15d
storageSpec:
emptyDir: {}
alertmanager:
alertmanagerSpec:
retention: 120h
storage:
emptyDir: {}
kubeEtcd:
enabled: false
kubeScheduler:

View File

@@ -19,8 +19,7 @@ spec:
loki:
enabled: true
persistence:
enabled: true
size: 20Gi
enabled: false
promtail:
enabled: true
grafana: