From 47703b455705126a8ac6715eaf13d3550d10ca29 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 15 Apr 2024 13:42:43 +0200 Subject: [PATCH] rework --- .../overlay-external/patches/traefik-service-patch.yaml | 5 ++--- 1 file changed, 2 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 2eea782..870da0f 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: ClusterIP + type: LoadBalancer ports: - name: traefik port: 9000 @@ -22,5 +22,4 @@ spec: port: 53 protocol: UDP targetPort: dns - externalIPs: - - 82.165.0.71 + loadBalancerIP: 82.165.0.71