about summary refs log tree commit diff
path: root/third-party
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-30 15:19:32 +0200
committermakefunstuff <[email protected]>2024-06-30 15:19:32 +0200
commit1ccf044c4eaed53adb87eb3a19c6e2124157b264 (patch)
treea1d5d42d73888acaa151e43daddd99f1e007b6e1 /third-party
parent46e012a50f45a9811f4b49b8502e9b53e605dc30 (diff)
downloadk3s-lab-1ccf044c4eaed53adb87eb3a19c6e2124157b264.tar.gz
specify node selector
Diffstat (limited to '')
-rw-r--r--third-party-apps/ollama/values.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/third-party-apps/ollama/values.yaml b/third-party-apps/ollama/values.yaml
index 07e14be..90a3d4e 100644
--- a/third-party-apps/ollama/values.yaml
+++ b/third-party-apps/ollama/values.yaml
@@ -16,5 +16,6 @@ ollama:
 
 
   nodeSelector:
+    arch: "amd64"
     gpu: "nvidia"