Skip to content

Commit

Permalink
fix(traefik-argocd): Ingress stuck in 'Progressing' status
Browse files Browse the repository at this point in the history
  • Loading branch information
vehagn committed Jan 24, 2023
1 parent 3190aef commit 48dea25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions infra/traefik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ deployment:
providers:
kubernetesCRD:
allowCrossNamespace: true
kubernetesIngress:
publishedService:
enabled: true
pathOverride: traefik-system/traefik

additionalArguments:
- "--log.level=ERROR"
Expand Down

0 comments on commit 48dea25

Please sign in to comment.