From 4da7a00dd53b2fd47d5b48accc99508a22b2c1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Mon, 5 Dec 2022 14:01:53 +0100 Subject: [PATCH] Define health --- Charts/argo-cd/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Charts/argo-cd/values.yaml b/Charts/argo-cd/values.yaml index 08480b0..1d12371 100644 --- a/Charts/argo-cd/values.yaml +++ b/Charts/argo-cd/values.yaml @@ -16,6 +16,13 @@ argo-cd: - type: helm name: argo-cd url: https://argoproj.github.io/argo-helm + resource: + customizations: | + networking.k8s.io/Ingress: + health.lua: | + hs = {} + hs.status = "Healthy" + return hs #applicationSet: # nodeSelector: # kubernetes.io/arch: amd64