kube/traefik
2024-08-03 09:03:13 +03:00
..
.gitignore Initial commit 2022-08-25 11:22:50 +03:00
application-extras.yml migrate to new passmower 2024-07-27 03:17:24 +03:00
networkpolicy-base.yml Initial commit 2022-08-25 11:22:50 +03:00
README.md traefik: publish services (for argo healthy) 2024-08-03 09:03:13 +03:00
values.yml traefik: publish services (for argo healthy) 2024-08-03 09:03:13 +03:00

Traefik Ingress Controller

This application is managed by ArgoCD

Should ArgoCD be down manifests here can be applied with:

kubectl create namespace traefik
helm repo add traefik https://traefik.github.io/charts

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