mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
update: use new gpu node label
This commit is contained in:
@@ -46,8 +46,10 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
resources:
|
resources:
|
||||||
|
requests:
|
||||||
|
nvidia.com/gpu-all: 1
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu-all: 1
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -70,5 +72,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
resources:
|
resources:
|
||||||
|
requests:
|
||||||
|
nvidia.com/gpu-all: 1
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu-all: 1
|
||||||
|
|||||||
@@ -39,8 +39,10 @@ spec:
|
|||||||
- name: NVIDIA_DRIVER_CAPABILITIES
|
- name: NVIDIA_DRIVER_CAPABILITIES
|
||||||
value: all
|
value: all
|
||||||
resources:
|
resources:
|
||||||
|
requests:
|
||||||
|
nvidia.com/gpu-all: 1
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu-all: 1
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user