course_deploying_an_applica.../module3/k8s/helm/traefik
2026-01-15 20:11:45 +01:00
..
README.md feat: replace ingress-nginx with traefik 2026-01-15 20:11:45 +01:00
values.yaml feat: replace ingress-nginx with traefik 2026-01-15 20:11:45 +01:00

traefik

Docs: https://doc.traefik.io/traefik/setup/kubernetes/ Github Repo: https://github.com/traefik/traefik/

helm repo add traefik https://traefik.github.io/charts/ --force-update
helm upgrade \
  traefik traefik/traefik \
  --install \
  --namespace traefik \
  --create-namespace \
  --version 38.0.2 \
  --values values.yaml