ow / kubernetes /manifest /gpu /ollama-statefulset-gpu.yaml
github-actions[bot]
GitHub deploy: 8def74a6c70be02d6c4a69820626a1b34c483fa5
782c4bc
raw
history blame contribute delete
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"