From 480a17f5232698becf8414c190ea1c22e863a04b Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 1 Apr 2024 15:33:44 +0200 Subject: [PATCH] ports? --- .../overlay-internal/patches/traefik-service-patch.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 e78d9f7..31b1d94 100644 --- a/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml +++ b/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml @@ -11,16 +11,16 @@ spec: - name: web port: 80 protocol: TCP - targetPort: web + targetPort: 8000 - name: websecure port: 443 protocol: TCP - targetPort: websecure + targetPort: 8443 - name: dns port: 53 protocol: UDP - targetPort: dns + targetPort: 53 - name: traefik port: 9000 protocol: TCP - targetPort: traefik \ No newline at end of file + targetPort: 9000 \ No newline at end of file