traefik --version=40.2.0
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 15s

This commit is contained in:
Márcio Fernandes
2026-05-29 11:47:25 +00:00
parent 16e819dc01
commit e51105ef54
2 changed files with 19 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# traefik
``` bash
helm repo add traefik https://traefik.github.io/charts --force-update
helm upgrade --install traefik traefik/traefik --values=deploy/helm-values.yaml --version=40.2.0 --namespace kube-system --create-namespace
```
+13
View File
@@ -0,0 +1,13 @@
nodeSelector:
kubernetes.io/hostname: casa
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
ingressClass:
enabled: true
isDefaultClass: true
name: traefik