Add Ingress health check customization for ArgoCD
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user