2026-05-06 18:30:57 -04:00
|
|
|
apiVersion: apps/v1
|
|
|
|
|
kind: Deployment
|
|
|
|
|
metadata:
|
|
|
|
|
labels:
|
|
|
|
|
app: immich-machine-learning
|
|
|
|
|
name: immich-machine-learning
|
|
|
|
|
namespace: immich
|
|
|
|
|
spec:
|
|
|
|
|
selector:
|
|
|
|
|
matchLabels:
|
|
|
|
|
app: immich-machine-learning
|
|
|
|
|
strategy: {}
|
|
|
|
|
template:
|
|
|
|
|
metadata:
|
|
|
|
|
labels:
|
|
|
|
|
app: immich-machine-learning
|
|
|
|
|
spec:
|
|
|
|
|
containers:
|
2026-05-06 18:34:14 -04:00
|
|
|
- env:
|
|
|
|
|
- name: IMMICH_PORT
|
2026-05-06 18:36:13 -04:00
|
|
|
value: "3003"
|
2026-05-06 18:34:14 -04:00
|
|
|
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
|
2026-05-06 18:30:57 -04:00
|
|
|
name: immich-machine-learning
|
|
|
|
|
resources: {}
|
|
|
|
|
volumeMounts:
|
|
|
|
|
- mountPath: /cache
|
|
|
|
|
name: cache
|
|
|
|
|
volumes:
|
|
|
|
|
- name: cache
|
|
|
|
|
persistentVolumeClaim:
|
|
|
|
|
claimName: immich-machine-learning-pvc
|
|
|
|
|
status: {}
|