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 870da0f..02f994c 100644 --- a/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml +++ b/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml @@ -5,6 +5,8 @@ metadata: namespace: traefik spec: type: LoadBalancer + selector: + app: front-traefik ports: - name: traefik port: 9000 diff --git a/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml b/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml index 0b0ed86..678feba 100644 --- a/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml +++ b/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml @@ -6,7 +6,8 @@ metadata: spec: loadBalancerIP: 192.168.178.102 type: LoadBalancer - + selector: + app: local-traefik ports: - name: smb137 port: 137