13 lines
416 B
Markdown
13 lines
416 B
Markdown
# Traefik Ingress Controller
|
|
|
|
This application is managed by
|
|
[ArgoCD](https://argocd.k-space.ee/applications/argocd/traefik)
|
|
|
|
Should ArgoCD be down manifests here can be applied with:
|
|
|
|
```
|
|
kubectl create namespace traefik
|
|
helm template --include-crds -n traefik --release-name k6 traefik/traefik -f values.yml > application.yml
|
|
kubectl apply -n traefik -f application.yml -f application-extras.yml -f whoami.yml
|
|
```
|