10 lines
202 B
YAML
10 lines
202 B
YAML
|
|
---
|
||
|
|
configVersion: 1
|
||
|
|
project: vllm
|
||
|
|
deploy:
|
||
|
|
namespace: '[[ env ]]'
|
||
|
|
helmRelease: '[[ project ]]-[[ env ]]'
|
||
|
|
---
|
||
|
|
image: vllm
|
||
|
|
from: registry.lukoil.ru:8123/external-pub/vllm/vllm-openai:v0.14.0
|