Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: do not set resources by default
  • Loading branch information
julienmancuso committed Aug 18, 2025
commit bef563cc5fcbb9ecdd7181a511ce129a1c0d86ab
3 changes: 0 additions & 3 deletions components/backends/sglang/deploy/disagg_planner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ spec:
componentType: worker
replicas: 2
resources:
requests:
cpu: "10"
memory: "20Gi"
limits:
gpu: "1"
extraPodSpec:
Expand Down
18 changes: 0 additions & 18 deletions components/backends/vllm/deploy/disagg_planner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ spec:
dynamoNamespace: vllm-disagg-planner
componentType: frontend
replicas: 1
resources:
requests:
cpu: "5"
memory: "10Gi"
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0814-02
Expand Down Expand Up @@ -57,10 +53,6 @@ spec:
periodSeconds: 60
timeoutSeconds: 30
failureThreshold: 10
resources:
requests:
cpu: "2"
memory: "2Gi"
pvc:
create: false
name: profiling-pvc # Must be pre-created before deployment and SLA profiler must have been run
Expand Down Expand Up @@ -109,10 +101,6 @@ spec:
periodSeconds: 60
timeoutSeconds: 30
failureThreshold: 10
resources:
requests:
cpu: "2"
memory: "2Gi"
extraPodSpec:
mainContainer:
image: nvcr.io/nvidian/nim-llm-dev/vllm-runtime:hzhou-0814-02
Expand All @@ -128,9 +116,6 @@ spec:
componentType: worker
replicas: 2
resources:
requests:
cpu: "8"
memory: "16Gi"
limits:
gpu: "1"
extraPodSpec:
Expand All @@ -154,9 +139,6 @@ spec:
componentType: worker
replicas: 2
resources:
requests:
cpu: "8"
memory: "16Gi"
limits:
gpu: "1"
extraPodSpec:
Expand Down
Loading