Merge pull request 'schedule traefik ingress nodes on masters as well' (#1002) from ar-traefik-on-master into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1002
This commit is contained in:
commit
7fde2126c2
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