Enhance monitoring configurations by enabling persistence for Loki and updating storage settings for Prometheus and Alertmanager to use Longhorn. Add Longhorn application to kustomization.yaml for improved storage management.

This commit is contained in:
Nikholas Pcenicni
2026-03-27 16:27:58 -04:00
parent 036f8ef37e
commit 8cacf5f5de
7 changed files with 299 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ metadata:
name: monitoring-loki
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
argocd.argoproj.io/sync-wave: "2"
spec:
project: default
destination:
@@ -19,7 +19,9 @@ spec:
loki:
enabled: true
persistence:
enabled: false
enabled: true
storageClassName: longhorn
size: 20Gi
promtail:
enabled: true
grafana: