From d63d0234501e0da325047361a24b2e800f686918 Mon Sep 17 00:00:00 2001
From: Steffen Illium <steffen.illium@gmail.com>
Date: Mon, 15 Apr 2024 15:15:01 +0200
Subject: [PATCH] service adjustments

---
 .../overlay-external/patches/traefik-service-patch.yaml      | 5 +++--
 .../overlay-internal/traefik-ingress-dashboard-local.yaml    | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml b/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml
index 02f994c..b0c93f2 100644
--- a/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml
+++ b/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml
@@ -4,7 +4,7 @@ metadata:
   name: traefik
   namespace: traefik
 spec:
-  type: LoadBalancer
+  type: ClusterIP
   selector:
     app: front-traefik
   ports:
@@ -24,4 +24,5 @@ spec:
     port: 53
     protocol: UDP
     targetPort: dns
-  loadBalancerIP: 82.165.0.71
+  externalIPs: 
+    - 82.165.0.71
diff --git a/infrastructure/03-traefik/overlay-internal/traefik-ingress-dashboard-local.yaml b/infrastructure/03-traefik/overlay-internal/traefik-ingress-dashboard-local.yaml
index 950635c..faa397b 100644
--- a/infrastructure/03-traefik/overlay-internal/traefik-ingress-dashboard-local.yaml
+++ b/infrastructure/03-traefik/overlay-internal/traefik-ingress-dashboard-local.yaml
@@ -32,4 +32,4 @@ spec:
     match: Host(`tr-front.steffenillium.de`)
     services:
     - name: traefik-dashboard-front-internal
-      port: 9080
+      port: 9000