feature/immich-machine-learning-intel-gpu #1
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: immich-machine-learning
|
name: immich-machine-learning
|
||||||
namespace: immich
|
namespace: immich
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: 'true'
|
||||||
labels:
|
labels:
|
||||||
app: immich-machine-learning
|
app: immich-machine-learning
|
||||||
spec:
|
spec:
|
||||||
@@ -72,12 +72,12 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
privileged: true # for intel quick sync
|
privileged: true # for intel quick sync
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: "RuntimeDefault"
|
type: 'RuntimeDefault'
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: immich-machine-learning
|
- name: immich-machine-learning
|
||||||
mountPath: /cache
|
mountPath: /cache
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
intel.feature.node.kubernetes.io/gpu: "true"
|
intel.feature.node.kubernetes.io/gpu: 'true'
|
||||||
volumes:
|
volumes:
|
||||||
- name: immich-machine-learning
|
- name: immich-machine-learning
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user