Add Ingress health check customization for ArgoCD

This commit is contained in:
2026-05-07 17:06:51 +03:00
parent d5695f4f64
commit 5ea0790105

View File

@@ -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: