Deploy: Use LoadBalancer for KIND. (#12232)

This commit is contained in:
Antonio Ojea 2024-10-29 08:00:07 +01:00 committed by GitHub
parent bce6b4d73f
commit 4f62e980be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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