From 9f152063f8ceed1f7fba4b8c8122a606c2a9e140 Mon Sep 17 00:00:00 2001 From: ab Date: Sat, 19 Apr 2025 21:30:29 +0000 Subject: [PATCH] Update k8s/apps/immich/service.yaml --- k8s/apps/immich/service.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/k8s/apps/immich/service.yaml b/k8s/apps/immich/service.yaml index 154cc31..6f8f2a9 100644 --- a/k8s/apps/immich/service.yaml +++ b/k8s/apps/immich/service.yaml @@ -46,6 +46,22 @@ spec: - protocol: TCP port: 5432 targetPort: 5432 + +--- +apiVersion: v1 +kind: Service +metadata: + name: immich-homenet +spec: + type: NodePort + selector: + app: immich-server + ports: + - port: 2283 + targetPort: 2283 + nodePort: 30283 + protocol: TCP + --- apiVersion: traefik.io/v1alpha1 kind: Middleware