Skip to content

Commit 6f890ac

Browse files
committed
Update deployment.yaml
1 parent 2e3adfd commit 6f890ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

my-apps/ai/comfyui/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ spec:
2828
requests:
2929
memory: "8Gi"
3030
cpu: "2"
31-
nvidia.com/gpu: 1
31+
nvidia.com/gpu: "1"
3232
limits:
3333
memory: "32Gi"
3434
cpu: "8"
35-
nvidia.com/gpu: 1
35+
nvidia.com/gpu: "1"
3636
volumeMounts:
3737
- name: comfyui-storage
3838
mountPath: /opt/ComfyUI/models

0 commit comments

Comments
 (0)