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
+5 -5
View File
@@ -1,13 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: { { include "llama-cpp.fullname" . } }
labels: { { - include "llama-cpp.labels" . | nindent 4 } }
name: {{ include "llama-cpp.fullname" . }}
labels: {{- include "llama-cpp.labels" . | nindent 4 }}
spec:
type: { { .Values.service.type } }
type: {{ .Values.service.type }}
ports:
- port: { { .Values.service.port } }
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector: { { - include "llama-cpp.selectorLabels" . | nindent 4 } }
selector: {{- include "llama-cpp.selectorLabels" . | nindent 4 }}