Files
homelab/apps/hydra/immich/immich-srv.yaml
2026-05-05 14:18:44 -04:00

18 lines
240 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: immich
name: immich
namespace: immich
spec:
ports:
- nodePort: 30011
port: 2283
targetPort: 0
selector:
app: immich
type: NodePort
status:
loadBalancer: {}