Files
homelab/apps/hydra/immich/machine-learning-srv.yaml
2026-05-06 18:30:57 -04:00

16 lines
254 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: immich-machine-learning
name: immich-machine-learning
namespace: immich
spec:
ports:
- port: 3003
targetPort: 0
selector:
app: immich-machine-learning
status:
loadBalancer: {}