about summary refs log tree commit diff
path: root/third-party-apps/ollama/values.yaml
blob: 2ed52fd46f46580ded3ddf30b0dba6c960195c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ollama:
  replicaCount: 1

  ollama:
    gpu:
      enabled: true

      type: 'nvidia'
      number: 1

    models: [llama3]


  persistentVolume:
    enabled: true


  nodeSelector:
    kubernetes.io/arch: "amd64"
    gpu: "nvidia"