From 6ba5b9f0369556e29459808a5ea92321c72093bc Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 23 Apr 2024 19:57:22 +0200 Subject: [PATCH] wrong ip --- 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 f8f640b..17098bd 100644 --- a/infrastructure/03-traefik/foreign/immich/service.yaml +++ b/infrastructure/03-traefik/foreign/immich/service.yaml @@ -5,7 +5,7 @@ metadata: namespace: traefik spec: type: ExternalName - externalName: 192.168.178.2 + externalName: 192.168.178.4 ports: - port: 80 targetPort: 8200