Put the services on an nvidia node.
This commit is contained in:
parent
0ff6df587b
commit
f72b66a6fb
2 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,9 @@ spec:
|
|||
secretKeyRef:
|
||||
name: immich-pguser-immich
|
||||
key: uri
|
||||
pod:
|
||||
nodeSelector:
|
||||
nvidia.com/gpu.present: "true"
|
||||
service:
|
||||
app:
|
||||
controller: immich-machine-learning
|
||||
|
|
|
@ -62,6 +62,9 @@ spec:
|
|||
secretKeyRef:
|
||||
name: immich-pguser-immich
|
||||
key: uri
|
||||
pod:
|
||||
nodeSelector:
|
||||
nvidia.com/gpu.present: "true"
|
||||
service:
|
||||
app:
|
||||
controller: immich-microservices
|
||||
|
|
Loading…
Reference in a new issue