Add Immich Machine Learning

This commit is contained in:
Daniel Cosme
2026-05-06 18:30:57 -04:00
parent 6ac72ad069
commit f2703951ce
6 changed files with 98 additions and 8 deletions
@@ -0,0 +1,15 @@
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: {}