From 5a2575d54eff036ae3523180acdcc1acaab8269b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 18 Nov 2025 14:33:24 -0300 Subject: [PATCH] flux: scope monitoring health checks --- .../platform/monitoring/kustomization.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml b/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml index 2899531..f684773 100644 --- a/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml @@ -12,3 +12,20 @@ spec: kind: GitRepository name: flux-system wait: true + healthChecks: + - apiVersion: helm.toolkit.fluxcd.io/v2 + kind: HelmRelease + name: grafana + namespace: monitoring + - apiVersion: helm.toolkit.fluxcd.io/v2 + kind: HelmRelease + name: victoria-metrics-single + namespace: monitoring + - apiVersion: helm.toolkit.fluxcd.io/v2 + kind: HelmRelease + name: node-exporter + namespace: monitoring + - apiVersion: helm.toolkit.fluxcd.io/v2 + kind: HelmRelease + name: alertmanager + namespace: monitoring