We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7df3af commit a56e0abCopy full SHA for a56e0ab
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-openai" (eq (.Values.api.gpus | int) 0)) -}}
+ {{ $imageRepo := .Values.api.image.repository | default (ternary "ghcr.io/stackhpc/vllm-cpu" "vllm/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