open-webui / kubernetes /manifest /gpu /ollama-statefulset-gpu.yaml
github-actions[bot]
GitHub deploy: 8d8590da1bc24bff284448e2c49b5d72851126ea
4d0fbf9
raw
history blame
294 Bytes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: ollama
namespace: open-webui
spec:
selector:
matchLabels:
app: ollama
serviceName: "ollama"
template:
spec:
containers:
- name: ollama
resources:
limits:
nvidia.com/gpu: "1"