fix(ollama): add runtimeClassName nvidia to enable GPU usage
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 6s

This commit is contained in:
2026-03-07 01:02:18 +00:00
parent 79d991da1e
commit 0c2ff6cc3b
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ollama
spec:
template:
spec:
runtimeClassName: nvidia