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