open-webui / kubernetes /manifest /base /ollama-service.yaml
coolmanx's picture
Upload 4584 files
bc27e65 verified
raw
history blame
195 Bytes
apiVersion: v1
kind: Service
metadata:
name: ollama-service
namespace: open-webui
spec:
selector:
app: ollama
ports:
- protocol: TCP
port: 11434
targetPort: 11434