ably.do/kubernetes/manifest/gpu/ollama-statefulset-gpu.yaml

18 lines
294 B
YAML
Raw Normal View History

2025-02-28 13:58:02 -05:00
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"