Files
homelab/apps/hydra/immich/immich-srv.yaml

16 lines
203 B
YAML
Raw Normal View History

2026-05-05 12:27:12 -04:00
apiVersion: v1
kind: Service
metadata:
labels:
app: immich
name: immich
namespace: immich
spec:
ports:
- port: 2283
targetPort: 0
selector:
app: immich
status:
loadBalancer: {}