update ollama to work again [ci skip]

This commit is contained in:
Viktor Barzin 2025-05-04 11:23:57 +00:00
parent 75b05fbed0
commit b052dfcb6f
2 changed files with 9 additions and 6 deletions

View file

@ -11,11 +11,11 @@ ollama:
# -- List of models to pull at container startup
models:
- llama3
pull:
- llama3
persistentVolume:
enabled: true
existingClaim: "ollama-pvc"
nodeSelector:
kubernetes.io/hostname: k8s-node1
# nodeSelector:
# kubernetes.io/hostname: k8s-node1