From e15d3c6aa438b9c1eab20feaa0b0b24d738de757 Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Tue, 13 Aug 2024 15:29:19 -0400 Subject: [PATCH] update ingress controller --- infrastructure/ingress/ingress-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ingress/ingress-controller.yaml b/infrastructure/ingress/ingress-controller.yaml index abb11e4..3d1eeb5 100644 --- a/infrastructure/ingress/ingress-controller.yaml +++ b/infrastructure/ingress/ingress-controller.yaml @@ -31,6 +31,6 @@ spec: values: controller: service: - type: "NodePort" + type: "LoadBalancer" admissionWebhooks: enabled: false