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 8fd1e27..3afbecd 100644 --- a/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml +++ b/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml @@ -4,8 +4,6 @@ metadata: name: traefik namespace: traefik spec: - type: LoadBalancer - ports: - name: traefik port: 9000 @@ -23,4 +21,5 @@ spec: port: 53 protocol: UDP targetPort: dns - loadBalancerIP: 82.165.0.71 \ No newline at end of file + externalIPs: + - 82.165.0.71