mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-09-02 09:39:29 +00:00
fix(traefik-argocd): Ingress stuck in 'Progressing' status
source: https://github.com/argoproj/argo-cd/issues/1704#issuecomment-980531495
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ kubectl apply -k infra/metallb
|
||||
https://doc.traefik.io/traefik/v2.9/user-guides/crd-acme/
|
||||
|
||||
```shell
|
||||
kubectl kustomize --enable-helm infra/traefik | ku apply -f -
|
||||
kubectl kustomize --enable-helm infra/traefik | kubectl apply -f -
|
||||
```
|
||||
|
||||
# ArgoCD
|
||||
|
||||
@@ -12,6 +12,11 @@ deployment:
|
||||
providers:
|
||||
kubernetesCRD:
|
||||
allowCrossNamespace: true
|
||||
kubernetesIngress:
|
||||
publishedService:
|
||||
enabled: true
|
||||
# Need to override path since otherwise the namespace is set as default
|
||||
pathOverride: traefik-system/traefik
|
||||
|
||||
additionalArguments:
|
||||
- "--log.level=ERROR"
|
||||
|
||||
Reference in New Issue
Block a user