Deploy: Use LoadBalancer for KIND

Change-Id: I4ab919d83a3f6f5cbf96a81dde5c5596c03a8d98
This commit is contained in:
Antonio Ojea 2024-10-28 22:09:25 +00:00 committed by k8s-infra-cherrypick-robot
parent d45149f5d7
commit caa09618d7

View file

@ -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"