open-webui/kubernetes/manifest/base/ollama-service.yaml

12 lines
190 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: ollama-service
namespace: ollama-namespace
spec:
selector:
app: ollama
ports:
- protocol: TCP
port: 11434
targetPort: 11434