mirror of
https://github.com/kubernetes/ingress-nginx.git
synced 2025-02-06 10:02:33 +00:00
Deploy: Use LoadBalancer for KIND. (#12232)
This commit is contained in:
parent
bce6b4d73f
commit
4f62e980be
@ -8,11 +8,9 @@ controller:
|
||||
enabled: true
|
||||
terminationGracePeriodSeconds: 0
|
||||
service:
|
||||
type: NodePort
|
||||
type: LoadBalancer
|
||||
watchIngressWithoutClass: true
|
||||
|
||||
nodeSelector:
|
||||
ingress-ready: "true"
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
operator: "Equal"
|
||||
|
Loading…
x
Reference in New Issue
Block a user