feat(argo): Add ingress progressing glitch fix
This commit is contained in:
parent
97b22346d9
commit
b40ce92547
15
argo/config.yaml
Normal file
15
argo/config.yaml
Normal 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
20273
argo/install.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,4 +4,5 @@ namespace: argocd
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||
- config.yaml
|
||||
- install.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user