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:
|
immich-machine-learning:
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
strategy: RollingUpdate
|
strategy: Recreate
|
||||||
|
pod:
|
||||||
|
nodeSelector:
|
||||||
|
nvidia.com/gpu.present: "true"
|
||||||
|
runtimeClassName: nvidia
|
||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
|
@ -59,10 +63,6 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: immich-pguser-immich
|
name: immich-pguser-immich
|
||||||
key: uri
|
key: uri
|
||||||
pod:
|
|
||||||
nodeSelector:
|
|
||||||
nvidia.com/gpu.present: "true"
|
|
||||||
runtimeClassName: nvidia
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: immich-machine-learning
|
controller: immich-machine-learning
|
||||||
|
|
|
@ -29,6 +29,10 @@ spec:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
|
pod:
|
||||||
|
nodeSelector:
|
||||||
|
nvidia.com/gpu.present: "true"
|
||||||
|
runtimeClassName: nvidia
|
||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
|
@ -62,10 +66,6 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: immich-pguser-immich
|
name: immich-pguser-immich
|
||||||
key: uri
|
key: uri
|
||||||
pod:
|
|
||||||
nodeSelector:
|
|
||||||
nvidia.com/gpu.present: "true"
|
|
||||||
runtimeClassName: nvidia
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: immich-microservices
|
controller: immich-microservices
|
||||||
|
|
Loading…
Reference in a new issue