From 5ea07901059d28ca7a77631e83588b6f239b6ee8 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Thu, 7 May 2026 17:06:51 +0300 Subject: [PATCH] Add Ingress health check customization for ArgoCD --- bootstrap/argocd/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap/argocd/values.yaml b/bootstrap/argocd/values.yaml index 194e10b..46f17fe 100644 --- a/bootstrap/argocd/values.yaml +++ b/bootstrap/argocd/values.yaml @@ -8,6 +8,11 @@ configs: cm: timeout.reconciliation: 180s helm.timeoutSeconds: "300" + resource.customizations.health.networking.k8s.io_Ingress: | + hs = {} + hs.status = "Healthy" + hs.message = "Ingress is synced" + return hs redis: image: