Deploying with Dynamo
Deploying Cedana + Dynamo
# Only enable on clusters that have NVIDIA Dynamo (DynamoGraphDeployment CRD) installed.
dynamo:
enabled: true
image:
repository: cedana/cedana-dynamo-watcher
tag: main
digest: # ignores tag if set
imagePullPolicy: IfNotPresent
resources: {}
tolerations:
- key: "cedana.ai/not-ready"
operator: "Exists"
effect: "NoSchedule"
affinity: {}
nodeSelector: {}
metricsService:
ports:
- name: https
port: 8443
protocol: TCP
targetPort: https
type: ClusterIP

Last updated
Was this helpful?