File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
examples/deployments/LLM Router Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # #
1+ # #
22# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33# SPDX-License-Identifier: Apache-2.0
44# #
@@ -23,11 +23,11 @@ routerController:
2323 repository : llm-router-controller # Will be prefixed with global.imageRegistry
2424 tag : latest
2525 pullPolicy : IfNotPresent
26-
26+
2727 service :
2828 type : ClusterIP
2929 port : 8084
30-
30+
3131 # Dynamo-specific environment variables
3232 env :
3333 - name : LOG_LEVEL
@@ -41,7 +41,7 @@ routerController:
4141 secretKeyRef :
4242 name : dynamo-api-secret
4343 key : DYNAMO_API_KEY
44-
44+
4545 # STRATEGY 1: External ConfigMap (Official Support)
4646 # Uses the official Helm chart's external ConfigMap feature
4747 config :
113113 tag : latest
114114 pullPolicy : IfNotPresent
115115 service :
116- type : ClusterIP
116+ type : ClusterIP
Original file line number Diff line number Diff line change @@ -119,4 +119,4 @@ policies:
119119 - name : Constraint
120120 api_base : ${DYNAMO_API_BASE}
121121 api_key : ${DYNAMO_API_KEY}
122- model : meta-llama/Llama-3.1-8B-Instruct
122+ model : meta-llama/Llama-3.1-8B-Instruct
You can’t perform that action at this time.
0 commit comments