From 353eb6ee558ed29864a1a2f31609dcabcc9096ac Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 10 Oct 2021 02:30:05 +0200
Subject: [PATCH] nginx-ingress: Fix NodePort specification

---
 infrastructure/ingress-nginx/release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure/ingress-nginx/release.yaml b/infrastructure/ingress-nginx/release.yaml
index aea17d451..98306bd5f 100644
--- a/infrastructure/ingress-nginx/release.yaml
+++ b/infrastructure/ingress-nginx/release.yaml
@@ -189,8 +189,8 @@ spec:
         #   tcp:
         #     8080: 32808
         nodePorts:
-          http: "http"
-          https: "https"
+          http: 80
+          https: 443
           tcp: {}
           udp: {}
 
-- 
GitLab