blob: 0214592d0ee4f0e9196a8c1cbe0aea69dd38dd7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
ollama:
replicaCount: 1
ollama:
gpu:
enabled: true
type: 'nvidia'
number: 1
models: [llama3]
persistentVolume:
enabled: true
nodeSelector:
kubernetes.io/arch: "amd64"
|