mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
13 lines
272 B
YAML
13 lines
272 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "ollama.name" . }}
|
|
spec:
|
|
type: {{ .Values.ollama.service.type }}
|
|
selector:
|
|
app: ollama
|
|
ports:
|
|
- protocol: TCP
|
|
port: {{ .Values.ollama.servicePort }}
|
|
targetPort: {{ .Values.ollama.servicePort }}
|