This commit is contained in:
Joseph Hanson 2024-04-02 07:32:11 -05:00
parent 5f987eaf32
commit 172014281f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 9 additions and 9 deletions

View file

@ -28,7 +28,11 @@ spec:
immich-machine-learning:
annotations:
reloader.stakater.com/auto: "true"
strategy: RollingUpdate
strategy: Recreate
pod:
nodeSelector:
nvidia.com/gpu.present: "true"
runtimeClassName: nvidia
containers:
app:
image:
@ -59,10 +63,6 @@ spec:
secretKeyRef:
name: immich-pguser-immich
key: uri
pod:
nodeSelector:
nvidia.com/gpu.present: "true"
runtimeClassName: nvidia
service:
app:
controller: immich-machine-learning

View file

@ -29,6 +29,10 @@ spec:
strategy: Recreate
annotations:
reloader.stakater.com/auto: "true"
pod:
nodeSelector:
nvidia.com/gpu.present: "true"
runtimeClassName: nvidia
containers:
app:
image:
@ -62,10 +66,6 @@ spec:
secretKeyRef:
name: immich-pguser-immich
key: uri
pod:
nodeSelector:
nvidia.com/gpu.present: "true"
runtimeClassName: nvidia
service:
app:
controller: immich-microservices