mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00:00
13 lines
293 B
YAML
13 lines
293 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ollama-service
|
|
namespace: {{ .Values.namespace }}
|
|
spec:
|
|
type: {{ .Values.ollama.service.type }}
|
|
selector:
|
|
app: ollama
|
|
ports:
|
|
- protocol: TCP
|
|
port: {{ .Values.ollama.servicePort }}
|
|
targetPort: {{ .Values.ollama.servicePort }} |