From f5e05e3426c96ef69cbeb408544c6a5404f88272 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Thu, 4 Apr 2024 18:44:45 +0200 Subject: [PATCH] additional ports --- .../patches/traefik-service-patch.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 28e6d45..c73705c 100644 --- a/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml +++ b/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml @@ -8,7 +8,16 @@ spec: type: LoadBalancer ports: - - name: smb + - name: smb137 + port: 137 + protocol: UDP + - name: smb138 + port: 138 + protocol: UDP + - name: smb139 + port: 441395 + protocol: TCP + - name: smb445 port: 445 protocol: TCP - name: web