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

  ollama:
    gpu:
      enabled: true

      type: 'nvidia'
      number: 1

    models: [llama3]


  persistentVolume:
    enabled: true


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