From ef50df8386c0631d52ce496fb766f906c72cbbce Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Thu, 28 Mar 2024 19:45:27 +0100 Subject: [PATCH 1/2] slight mistake --- apps/monitoring/dashboards | 2 +- apps/monitoring/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/monitoring/dashboards b/apps/monitoring/dashboards index 6995730..8f99d67 160000 --- a/apps/monitoring/dashboards +++ b/apps/monitoring/dashboards @@ -1 +1 @@ -Subproject commit 6995730421b41f1e53687e42a5f3f829e01f1f07 +Subproject commit 8f99d67c0c01732ba1a86cc06f8bd896e16f8af1 diff --git a/apps/monitoring/kustomization.yaml b/apps/monitoring/kustomization.yaml index 36c9a9c..5d1c127 100644 --- a/apps/monitoring/kustomization.yaml +++ b/apps/monitoring/kustomization.yaml @@ -8,8 +8,8 @@ resources: - grafana.pvc.yaml # - influxdb.pvc.yaml - grafana.ingress.yaml - - dashboards - grafana-admin.sealedsecret.yaml + - dashboards/ helmCharts: From f6fef4278b097c209facac8b93e3f86d4afd15b1 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Fri, 29 Mar 2024 00:55:34 +0100 Subject: [PATCH 2/2] enable wal for grafana? --- apps/monitoring/grafana.values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/monitoring/grafana.values.yaml b/apps/monitoring/grafana.values.yaml index af42a69..5d317e6 100644 --- a/apps/monitoring/grafana.values.yaml +++ b/apps/monitoring/grafana.values.yaml @@ -50,4 +50,5 @@ dashboardsConfigMaps: proxmox: dashboard-proxmox gitea: dashboard-gitea -# default: "" \ No newline at end of file +grafana.ini: + wal: true \ No newline at end of file