add ollama deployment with a ui [ci skip]
This commit is contained in:
parent
c5dcc5532b
commit
e2810559ef
3 changed files with 186 additions and 0 deletions
18
modules/kubernetes/ollama/values.yaml
Normal file
18
modules/kubernetes/ollama/values.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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:
|
||||
- llama3
|
||||
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
existingClaim: "ollama-pvc"
|
||||
Loading…
Add table
Add a link
Reference in a new issue