From dfe9fc71e0db6215d30b64d2b72955f89216bec0 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 23 Feb 2024 12:54:55 +0100
Subject: [PATCH] fix(nginx): Add missing haproxy adoption

---
 clusters/k8s01/nginx-system/haproxy.yaml       | 4 ++--
 clusters/k8s01/nginx-system/kustomization.yaml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/clusters/k8s01/nginx-system/haproxy.yaml b/clusters/k8s01/nginx-system/haproxy.yaml
index 2bfb37772..fd1bd2cbd 100644
--- a/clusters/k8s01/nginx-system/haproxy.yaml
+++ b/clusters/k8s01/nginx-system/haproxy.yaml
@@ -90,7 +90,7 @@ data:
       timeout connect  7s
       timeout client   10m
       timeout server   10m
-      server svc-nginx-ingress-http ingress-nginx-internet-ingress-nginx-controller:80 send-proxy-v2
+      server svc-nginx-ingress-http ingress-nginx-internet-controllerr:80 send-proxy-v2
 
     listen https
       bind 0.0.0.0:443
@@ -99,7 +99,7 @@ data:
       timeout connect  7s
       timeout client   10m
       timeout server   10m
-      server svc-nginx-ingress-https ingress-nginx-internet-ingress-nginx-controller:443 send-proxy-v2
+      server svc-nginx-ingress-https ingress-nginx-internet-controller:443 send-proxy-v2
 ---
 apiVersion: v1
 kind: Service
diff --git a/clusters/k8s01/nginx-system/kustomization.yaml b/clusters/k8s01/nginx-system/kustomization.yaml
index 5b4b6bcda..f4db9925e 100644
--- a/clusters/k8s01/nginx-system/kustomization.yaml
+++ b/clusters/k8s01/nginx-system/kustomization.yaml
@@ -1,4 +1,5 @@
 apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
 resources:
+- haproxy.yaml
 - release-override.yaml
-- 
GitLab