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