Add linux node selector as default (#7481)

This commit is contained in:
Jonas Kello 2021-08-12 21:39:51 +02:00 committed by GitHub
parent b591adac48
commit 2fe8270302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -555,7 +555,8 @@ controller:
##
priorityClassName: ""
podAnnotations: {}
nodeSelector: {}
nodeSelector:
kubernetes.io/os: linux
tolerations: []
runAsUser: 2000
@ -732,7 +733,8 @@ defaultBackend:
## Node labels for default backend pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
nodeSelector:
kubernetes.io/os: linux
## Annotations to be added to default backend pods
##