Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ See [keep a changelog] for information about writing changes to this log.

## [Unreleased]

* Changed nodeSelectorTerm on vllm deployments, for better upgradeability

## [0.1.1] - 2026-01-14

* Added ArgoCD sync waves to LiteLLM to fix database migration timing (first installation)
Expand Down
8 changes: 4 additions & 4 deletions applications/vllm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ vllm:
operator: "In"
values:
- "true"
- key: kubernetes.io/hostname
- key: nvidia.com/gpu.product
operator: "In"
values:
# Send this to the large GPU node
- "gpu1"
- GRID-A100D-80C

- name: "embeddings"
repository: "vllm/vllm-openai"
Expand Down Expand Up @@ -91,11 +91,11 @@ vllm:
operator: "In"
values:
- "true"
- key: kubernetes.io/hostname
- key: nvidia.com/gpu.product
operator: "In"
values:
# Send this to the small GPU node
- "gpu2"
- GRID-A100D-20C

vllmApiKey:
secretName: "vllm-secret"
Expand Down