Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
28f089d8
Unverified
Commit
28f089d8
authored
Mar 06, 2026
by
dagil-nvidia
Committed by
GitHub
Mar 06, 2026
Browse files
fix: remove outdated deploy/discovery example (#7000)
Signed-off-by:
Dan Gil
<
dagil@nvidia.com
>
parent
d8828920
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
67 deletions
+0
-67
deploy/discovery/README.md
deploy/discovery/README.md
+0
-8
deploy/discovery/dgd.yaml
deploy/discovery/dgd.yaml
+0
-59
No files found.
deploy/discovery/README.md
deleted
100644 → 0
View file @
d8828920
<!--
SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
# Dynamo Service Discovery
For documentation on Dynamo's service discovery system, see the
[
Service Discovery Guide
](
../../docs/kubernetes/service-discovery.md
)
.
deploy/discovery/dgd.yaml
deleted
100644 → 0
View file @
d8828920
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
apiVersion
:
nvidia.com/v1alpha1
kind
:
DynamoGraphDeployment
metadata
:
name
:
dynamo
annotations
:
nvidia.com/dynamo-discovery-backend
:
kubernetes
spec
:
envs
:
-
name
:
DYN_LOG
value
:
"
debug"
services
:
Frontend
:
componentType
:
frontend
replicas
:
1
extraPodSpec
:
mainContainer
:
image
:
${IMAGE}
VllmDecodeWorker
:
componentType
:
decode
replicas
:
1
resources
:
limits
:
gpu
:
"
1"
extraPodSpec
:
terminationGracePeriodSeconds
:
120
mainContainer
:
image
:
${IMAGE}
workingDir
:
/workspace/components/backends/vllm
command
:
-
python3
-
-m
-
dynamo.vllm
args
:
-
--model
-
Qwen/Qwen3-0.6B
VllmPrefillWorker
:
componentType
:
prefill
replicas
:
1
resources
:
limits
:
gpu
:
"
1"
extraPodSpec
:
terminationGracePeriodSeconds
:
120
mainContainer
:
image
:
${IMAGE}
workingDir
:
/workspace/components/backends/vllm
command
:
-
python3
-
-m
-
dynamo.vllm
args
:
-
--model
-
Qwen/Qwen3-0.6B
-
--disaggregation-mode
-
prefill
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment