Update k8s/apps/immich/service.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 6s

This commit is contained in:
ab
2025-04-19 21:30:29 +00:00
parent 16fd643e64
commit 9f152063f8

View File

@ -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