schedule traefik ingress nodes on masters as well
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
41351fe7eb
commit
1a63685700
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@ ingressRoute:
|
|||
tls:
|
||||
secretName: traefik-tls-key
|
||||
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
- key: node-role.kubernetes.io/master
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
|
||||
logs:
|
||||
general:
|
||||
level: INFO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue