From 57ff905a29bd412ee89a6fcc2ece08970a4d7f8d Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 22 Sep 2024 05:59:13 +0100 Subject: [PATCH] sigh --- infrastructure/kustomization.yaml | 2 +- infrastructure/monitoring/kube-prometheus-stack.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml index 2e154dc..ef5924d 100644 --- a/infrastructure/kustomization.yaml +++ b/infrastructure/kustomization.yaml @@ -7,5 +7,5 @@ resources: - metallb - nfs - traefik - - monitoring + #- monitoring - alerting/flux diff --git a/infrastructure/monitoring/kube-prometheus-stack.yaml b/infrastructure/monitoring/kube-prometheus-stack.yaml index daaf416..1ea3829 100644 --- a/infrastructure/monitoring/kube-prometheus-stack.yaml +++ b/infrastructure/monitoring/kube-prometheus-stack.yaml @@ -24,3 +24,11 @@ spec: name: monitoring namespace: monitoring interval: 12h + values: + grafana: + persistence: + enabled: true + storageClassName: "nfs-csi" + accessModes: + - ReadWriteOnce + size: 20Gi