forked from open-webui/open-webui
remove namespace
This commit is contained in:
parent
76a788939f
commit
770c6f210c
8 changed files with 7 additions and 19 deletions
|
@ -2,7 +2,6 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: ollama-service
|
||||
namespace: {{ .Values.namespace }}
|
||||
spec:
|
||||
type: {{ .Values.ollama.service.type }}
|
||||
selector:
|
||||
|
@ -10,4 +9,4 @@ spec:
|
|||
ports:
|
||||
- protocol: TCP
|
||||
port: {{ .Values.ollama.servicePort }}
|
||||
targetPort: {{ .Values.ollama.servicePort }}
|
||||
targetPort: {{ .Values.ollama.servicePort }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue