ably.do/kubernetes/manifest/base/ollama-service.yaml

12 lines
184 B
YAML
Raw Normal View History

2025-02-28 13:58:02 -05:00
apiVersion: v1
kind: Service
metadata:
name: ollama-service
namespace: open-webui
spec:
selector:
app: ollama
ports:
- protocol: TCP
port: 11434
targetPort: 11434