Update traefik deployment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-01-31 21:15:56 +01:00
parent 0735682969
commit ee4e749cd3
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 18 additions and 18 deletions

12
todo.sh Normal file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env bash
cat << 'EOF' | kubectl --context my_context apply -f -
---
apiVersion: networking.k8s.io/v1
kind: IngressClass
metadata:
name: traefik
spec:
controller: traefik.io/ingress-controller
EOF