Deploy: Use LoadBalancer for KIND
Change-Id: I4ab919d83a3f6f5cbf96a81dde5c5596c03a8d98
This commit is contained in:
parent
dc3acbd786
commit
1a7b9beaa6
1 changed files with 1 additions and 3 deletions
|
@ -8,11 +8,9 @@ controller:
|
||||||
enabled: true
|
enabled: true
|
||||||
terminationGracePeriodSeconds: 0
|
terminationGracePeriodSeconds: 0
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
watchIngressWithoutClass: true
|
watchIngressWithoutClass: true
|
||||||
|
|
||||||
nodeSelector:
|
|
||||||
ingress-ready: "true"
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "node-role.kubernetes.io/master"
|
- key: "node-role.kubernetes.io/master"
|
||||||
operator: "Equal"
|
operator: "Equal"
|
||||||
|
|
Loading…
Reference in a new issue