Add default linux nodeSelector

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-10-09 07:20:29 -03:00
parent e90b559007
commit 23800f0835
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
apiVersion: v1
name: ingress-nginx
version: 3.5.1
version: 3.6.0
appVersion: 0.40.2
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer

View file

@ -228,7 +228,8 @@ controller:
## Node labels for controller pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
nodeSelector:
kubernetes.io/os: linux
## Liveness and readiness probe values
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes