From 1a7b9beaa6163d90e8593105c4781dfa055e77eb Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Mon, 28 Oct 2024 22:09:25 +0000 Subject: [PATCH] Deploy: Use LoadBalancer for KIND Change-Id: I4ab919d83a3f6f5cbf96a81dde5c5596c03a8d98 --- hack/manifest-templates/provider/kind/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hack/manifest-templates/provider/kind/values.yaml b/hack/manifest-templates/provider/kind/values.yaml index ed636f372..6140f6500 100644 --- a/hack/manifest-templates/provider/kind/values.yaml +++ b/hack/manifest-templates/provider/kind/values.yaml @@ -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"