From 16fd643e643ea906985ddc27482debf369376094 Mon Sep 17 00:00:00 2001 From: ab Date: Sat, 19 Apr 2025 20:50:09 +0000 Subject: [PATCH] Update k8s/apps/immich/service.yaml --- k8s/apps/immich/service.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/k8s/apps/immich/service.yaml b/k8s/apps/immich/service.yaml index 4e3f715..154cc31 100644 --- a/k8s/apps/immich/service.yaml +++ b/k8s/apps/immich/service.yaml @@ -81,9 +81,18 @@ spec: name: immich-server port: number: 2283 + - host: photos.homenet + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: immich-server + port: + number: 2283 tls: - secretName: immich-tls hosts: - photos.hexor.cy - - + - photos.homenet \ No newline at end of file