diff --git a/infrastructure/03-traefik/foreign/home-assistant/ingress.yaml b/infrastructure/03-traefik/foreign/home-assistant/ingress.yaml index 0b70718..fe12e13 100644 --- a/infrastructure/03-traefik/foreign/home-assistant/ingress.yaml +++ b/infrastructure/03-traefik/foreign/home-assistant/ingress.yaml @@ -1,7 +1,7 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: - name: home-assistant-ingress + name: home-assistant namespace: traefik spec: entryPoints: @@ -12,6 +12,6 @@ spec: - match: Host(`home.steffenillium.de`) kind: Rule services: - - name: home-assistant-service + - name: home-assistant port: http diff --git a/infrastructure/03-traefik/foreign/home-assistant/service.yaml b/infrastructure/03-traefik/foreign/home-assistant/service.yaml index 63423f5..4b3b722 100644 --- a/infrastructure/03-traefik/foreign/home-assistant/service.yaml +++ b/infrastructure/03-traefik/foreign/home-assistant/service.yaml @@ -1,7 +1,8 @@ apiVersion: v1 kind: Service metadata: - name: home-assistant-service + name: home-assistant + namespace: traefik spec: type: ExternalName externalName: 192.168.178.3 diff --git a/infrastructure/03-traefik/foreign/immich/ingress.yaml b/infrastructure/03-traefik/foreign/immich/ingress.yaml index 6f0708d..eb38bb5 100644 --- a/infrastructure/03-traefik/foreign/immich/ingress.yaml +++ b/infrastructure/03-traefik/foreign/immich/ingress.yaml @@ -7,7 +7,7 @@ spec: entryPoints: - web-local - websecure-local - - websecure-remote + - websecure-front routes: - match: Host(`photos.steffenillium.de`) || Host(`immich.steffenillium.de`) kind: Rule diff --git a/infrastructure/03-traefik/foreign/immich/service.yaml b/infrastructure/03-traefik/foreign/immich/service.yaml index da776d1..f8f640b 100644 --- a/infrastructure/03-traefik/foreign/immich/service.yaml +++ b/infrastructure/03-traefik/foreign/immich/service.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Service metadata: name: immich + namespace: traefik spec: type: ExternalName externalName: 192.168.178.2 diff --git a/infrastructure/03-traefik/foreign/wgui/service.yaml b/infrastructure/03-traefik/foreign/wgui/service.yaml index a56e225..3f4eb68 100644 --- a/infrastructure/03-traefik/foreign/wgui/service.yaml +++ b/infrastructure/03-traefik/foreign/wgui/service.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Service metadata: name: wgui + namespace: traefik spec: type: ExternalName externalName: 10.6.0.1