feat(argo): Add ingress progressing glitch fix

This commit is contained in:
Tanguy Herbron 2023-05-05 23:31:43 +02:00
parent 97b22346d9
commit b40ce92547
3 changed files with 20290 additions and 1 deletions

15
argo/config.yaml Normal file
View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
name: argocd-cm
namespace: argocd
data:
resource.customizations: |
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs

20273
argo/install.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,4 +4,5 @@ namespace: argocd
resources: resources:
- namespace.yaml - namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml - config.yaml
- install.yaml