Skip to content

Commit 4f62e98

Browse files
authored
Deploy: Use LoadBalancer for KIND. (#12232)
1 parent bce6b4d commit 4f62e98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hack/manifest-templates/provider/kind/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ controller:
88
enabled: true
99
terminationGracePeriodSeconds: 0
1010
service:
11-
type: NodePort
11+
type: LoadBalancer
1212
watchIngressWithoutClass: true
1313

14-
nodeSelector:
15-
ingress-ready: "true"
1614
tolerations:
1715
- key: "node-role.kubernetes.io/master"
1816
operator: "Equal"

0 commit comments

Comments
 (0)