feat: add toleration to traefik

This commit is contained in:
2024-10-06 22:45:46 -04:00
parent 28833a34ed
commit f3a2f3a643

View File

@@ -32,6 +32,11 @@ spec:
replicas: 1
nodeSelector:
ingress: 'true'
tolerations:
- key: "dedicated"
operator: "Equal"
value: "ingress"
effect: "NoSchedule"
service:
type: ClusterIP
ingressRoute: