Add node_selector example to full cluster.yml

Fairly common to want to reduce the ingress controller deployments to a subset of nodes.
Helpful to find this in the 'full' example.
This commit is contained in:
Andrew Greenwood
2019-10-07 19:29:23 -07:00
committed by Denise
parent c57a3c7398
commit 8556884f16
@@ -226,10 +226,12 @@ dns:
# Currently only nginx ingress provider is supported.
# To disable ingress controller, set `provider: none`
# `node_selector` controls ingress placement and is optional
ingress:
provider: nginx
node_selector:
app: ingress
# All add-on manifests MUST specify a namespace
addons: |-
---