We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11f8b2 commit 9c87569Copy full SHA for 9c87569
charts/azimuth-llm/templates/api/deployment.yml
@@ -19,7 +19,7 @@ spec:
19
spec:
20
containers:
21
- name: {{ .Release.Name }}-api
22
- {{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" "vllm-project/vllm" (eq (.Values.api.gpus | int) 0)) -}}
+ {{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" "vllm-project/vllm-openai" (eq (.Values.api.gpus | int) 0)) -}}
23
image: {{ printf "%s:%s" $imageRepo .Values.api.image.version }}
24
ports:
25
- name: api
0 commit comments