From 76051f04cc6ec2a8fd98839e71dcc1b821be8ff0 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 13 Jan 2022 02:34:24 +0100
Subject: [PATCH] feat(ingress-nginx): Switch to metallb-based loadbalancer

---
 infrastructure/ingress-nginx/release.yaml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/infrastructure/ingress-nginx/release.yaml b/infrastructure/ingress-nginx/release.yaml
index a0d38a980..b41c14a8b 100644
--- a/infrastructure/ingress-nginx/release.yaml
+++ b/infrastructure/ingress-nginx/release.yaml
@@ -190,7 +190,7 @@ spec:
           http: http
           https: https
 
-        type: NodePort
+        type: LoadBalancer
 
         # type: NodePort
         # nodePorts:
@@ -198,11 +198,6 @@ spec:
         #   https: 32443
         #   tcp:
         #     8080: 32808
-        nodePorts:
-          http: 32080
-          https: 32443
-          tcp: {}
-          udp: {}
 
         ## Enables an additional internal load balancer (besides the external one).
         ## Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
-- 
GitLab