update for lmdeploy single mode

This commit is contained in:
Ivan087
2025-09-23 10:30:36 +08:00
parent cbfc0104a6
commit 98d6eba98f
12 changed files with 516 additions and 0 deletions

35
lmdeploy/metadata.yaml Normal file
View File

@ -0,0 +1,35 @@
application_name: &application_name lmdeploy
distributed:
method: helm
release_name: *application_name
chart: lmdeploy
sets:
command: ""
nodeSelector: {}
svc:
svc_type: NodePort
protocol: http
hostname: 10.6.14.123
url: ~
paths:
docs_path: /
redoc_path: /redoc
pod:
name: *application_name
monolithic:
method: helm
release_name: *application_name
chart: lmdeploy
sets:
command: ""
nodeSelector: {}
svc:
svc_type: NodePort
protocol: http
hostname: 10.6.14.123
url: ~
pod:
name: *application_name