Skip to content
Open
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 trailing whitespace in YAML files for pre-commit checks
Signed-off-by: arunraman <[email protected]>
Signed-off-by: arunraman <[email protected]>
  • Loading branch information
arunraman committed Oct 7, 2025
commit 8cf5596e81ecf57d28969e2432ace2781f03e05b
10 changes: 5 additions & 5 deletions examples/deployments/LLM Router/llm-router-values-override.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##
##
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
##
Expand All @@ -23,11 +23,11 @@ routerController:
repository: llm-router-controller # Will be prefixed with global.imageRegistry
tag: latest
pullPolicy: IfNotPresent

service:
type: ClusterIP
port: 8084

# Dynamo-specific environment variables
env:
- name: LOG_LEVEL
Expand All @@ -41,7 +41,7 @@ routerController:
secretKeyRef:
name: dynamo-api-secret
key: DYNAMO_API_KEY

# STRATEGY 1: External ConfigMap (Official Support)
# Uses the official Helm chart's external ConfigMap feature
config:
Expand Down Expand Up @@ -113,4 +113,4 @@ app:
tag: latest
pullPolicy: IfNotPresent
service:
type: ClusterIP
type: ClusterIP
2 changes: 1 addition & 1 deletion examples/deployments/LLM Router/router-config-dynamo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ policies:
- name: Constraint
api_base: ${DYNAMO_API_BASE}
api_key: ${DYNAMO_API_KEY}
model: meta-llama/Llama-3.1-8B-Instruct
model: meta-llama/Llama-3.1-8B-Instruct