Add Ingress health check customization for ArgoCD
This commit is contained in:
@@ -8,6 +8,11 @@ configs:
|
|||||||
cm:
|
cm:
|
||||||
timeout.reconciliation: 180s
|
timeout.reconciliation: 180s
|
||||||
helm.timeoutSeconds: "300"
|
helm.timeoutSeconds: "300"
|
||||||
|
resource.customizations.health.networking.k8s.io_Ingress: |
|
||||||
|
hs = {}
|
||||||
|
hs.status = "Healthy"
|
||||||
|
hs.message = "Ingress is synced"
|
||||||
|
return hs
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image:
|
image:
|
||||||
|
|||||||
Reference in New Issue
Block a user