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