diff options
author | makefunstuff <[email protected]> | 2024-06-30 15:33:49 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-30 15:33:49 +0200 |
commit | d5aae85e47ae3ebfbb82fb5fa52b396203114d8b (patch) | |
tree | daefabf4414fb216724748c5bfa5d4ec95bf9b21 /third-party | |
parent | 9039a291923891d9b07cdc2d8763904d72174d8f (diff) | |
download | k3s-lab-d5aae85e47ae3ebfbb82fb5fa52b396203114d8b.tar.gz |
add more selectors
Diffstat (limited to '')
-rw-r--r-- | third-party-apps/ollama/values.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third-party-apps/ollama/values.yaml b/third-party-apps/ollama/values.yaml index 0214592..41e4455 100644 --- a/third-party-apps/ollama/values.yaml +++ b/third-party-apps/ollama/values.yaml @@ -17,3 +17,4 @@ ollama: nodeSelector: kubernetes.io/arch: "amd64" + nvidia.com/gpu: true |