From 4d58e7779a883e822009eb0351d7eca020c0e494 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 23 Apr 2024 20:02:26 +0200 Subject: [PATCH] wrong port --- infrastructure/03-traefik/foreign/immich/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/03-traefik/foreign/immich/service.yaml b/infrastructure/03-traefik/foreign/immich/service.yaml index 17098bd..7d4375c 100644 --- a/infrastructure/03-traefik/foreign/immich/service.yaml +++ b/infrastructure/03-traefik/foreign/immich/service.yaml @@ -7,7 +7,7 @@ spec: type: ExternalName externalName: 192.168.178.4 ports: - - port: 80 + - port: 8200 targetPort: 8200 protocol: TCP name: http \ No newline at end of file