split immich-app and immich-ml
All checks were successful
Renovate / renovate (push) Successful in 4m59s

This commit is contained in:
2025-08-25 05:05:53 +05:30
parent a6e3bd6f54
commit 26b2261300
3 changed files with 44 additions and 24 deletions

View File

@@ -16,7 +16,6 @@ spec:
labels:
app: immich-app
spec:
runtimeClassName: nvidia
initContainers:
- name: wait-for-redis
image: busybox
@@ -62,29 +61,7 @@ spec:
volumeMounts:
- mountPath: /usr/src/app/upload
name: pictures
- name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v1.139.2-cuda
ports:
- containerPort: 3003
env:
- name: REDIS_HOSTNAME
value: "immich-redis-service"
- name: NVIDIA_VISIBLE_DEVICES
value: "all"
- name: MACHINE_LEARNING_DEVICE_IDS
value: "0"
volumeMounts:
- name: model-cache
mountPath: /cache
resources:
requests:
nvidia.com/gpu: 1
limits:
nvidia.com/gpu: 1
volumes:
- name: pictures
persistentVolumeClaim:
claimName: immich-pictures-pvc
- name: model-cache
persistentVolumeClaim:
claimName: immich-cache-ceph