Skip to content

Commit

Permalink
Deploy: Use LoadBalancer for KIND. (#12232)
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea authored Oct 29, 2024
1 parent bce6b4d commit 4f62e98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hack/manifest-templates/provider/kind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f62e98

Please sign in to comment.