kube/traefik
Lauri Võsandi b11ac8bcae Updates and cleanups 2023-08-29 09:29:36 +03:00
..
.gitignore Initial commit 2022-08-25 11:22:50 +03:00
README.md Updates and cleanups 2023-08-29 09:29:36 +03:00
application-extras.yml Deprecate Authelia 2023-07-28 12:23:29 +03:00
networkpolicy-base.yml Initial commit 2022-08-25 11:22:50 +03:00
values.yml Move whoami 2023-08-13 18:35:25 +03:00

README.md

Traefik Ingress Controller

This application is managed by ArgoCD

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