新增 AI 部署方案,备用
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: { { include "llama-cpp.fullname" . } }
|
||||
labels: { { - include "llama-cpp.labels" . | nindent 4 } }
|
||||
spec:
|
||||
type: { { .Values.service.type } }
|
||||
ports:
|
||||
- port: { { .Values.service.port } }
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector: { { - include "llama-cpp.selectorLabels" . | nindent 4 } }
|
||||
Reference in New Issue
Block a user