update llama-cpp helm

This commit is contained in:
Sense T
2025-02-07 13:06:50 +08:00
parent 483ddad461
commit 664d254f80
4 changed files with 11 additions and 7 deletions
-1
View File
@@ -33,7 +33,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: {{ printf "%s:%s" .Values.image.repository (.Values.image.tag | default .Chart.AppVersion) }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: [ "/server"]
args:
- "--port"
- {{ .Values.service.port | quote }}