From 6cfec5b458f59c8e415c365e1ea7d4ca9e3eb603 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 15 Apr 2024 22:13:35 +0200 Subject: [PATCH] lb --- .../overlay-external/patches/traefik-service-patch.yaml | 4 +--- 1 file changed, 1 insertion(+), 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 7f5d565..08adb3d 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,3 @@ spec: port: 53 protocol: UDP targetPort: dns - externalIPs: - - 82.165.0.71