From f55d3fd956bb0f077965f642e77bdf1d7c4a75dd Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 17 Dec 2025 04:11:26 -0300 Subject: [PATCH] flux(atlas): limit kustomization health checks --- .../atlas/flux-system/applications/harbor/kustomization.yaml | 5 +++++ .../flux-system/applications/jenkins/kustomization.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/clusters/atlas/flux-system/applications/harbor/kustomization.yaml b/clusters/atlas/flux-system/applications/harbor/kustomization.yaml index 62bcdd1..361018c 100644 --- a/clusters/atlas/flux-system/applications/harbor/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/harbor/kustomization.yaml @@ -14,5 +14,10 @@ spec: name: flux-system namespace: flux-system wait: true + healthChecks: + - apiVersion: helm.toolkit.fluxcd.io/v2 + kind: HelmRelease + name: harbor + namespace: harbor dependsOn: - name: core diff --git a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml index 4e5d616..9fe9bd3 100644 --- a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml @@ -16,3 +16,8 @@ spec: - name: helm - name: traefik wait: true + healthChecks: + - apiVersion: helm.toolkit.fluxcd.io/v2 + kind: HelmRelease + name: jenkins + namespace: jenkins