1
0
forked from k-space/kube
2023-08-13 18:35:25 +03:00
..
2022-08-25 11:22:50 +03:00
2023-07-28 12:23:29 +03:00
2022-08-25 11:22:50 +03:00
2023-07-28 12:23:29 +03:00
2023-08-13 18:35:25 +03:00

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