Fair.
This commit is contained in:
parent
5f987eaf32
commit
172014281f
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue