infra/modules/kubernetes/ollama/values.yaml

22 lines
384 B
YAML
Raw Normal View History

ollama:
gpu:
# -- Enable GPU integration
enabled: false
# -- GPU type: 'nvidia' or 'amd'
type: "nvidia"
# -- Specify the number of GPU to 1
number: 1
# -- List of models to pull at container startup
models:
2025-05-04 11:23:57 +00:00
pull:
- llama3
persistentVolume:
enabled: true
existingClaim: "ollama-pvc"
2025-05-04 11:23:57 +00:00
# nodeSelector:
# kubernetes.io/hostname: k8s-node1