kube/traefik
Lauri Võsandi 587748343d traefik: Namespace filtering breaks allowExternalNameServices 2022-11-04 12:20:30 +02:00
..
.gitignore Initial commit 2022-08-25 11:22:50 +03:00
README.md Migrate to Prometheus Operator 2022-09-11 16:38:16 +03:00
application-extras.yml Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00
networkpolicy-base.yml Initial commit 2022-08-25 11:22:50 +03:00
proxmox.yml Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00
values.yml traefik: Namespace filtering breaks allowExternalNameServices 2022-11-04 12:20:30 +02:00
voron.yml Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00
whoami.yml Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00

README.md

Traefik Ingress Controller:

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 -f proxmox.yml -f voron.yml