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