about summary refs log tree commit diff
path: root/third-party
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-30 16:58:25 +0200
committermakefunstuff <[email protected]>2024-06-30 16:58:25 +0200
commitaf21df4fb9e9ccb1ff90fa22882854722c2a80af (patch)
treebf516f46b5a6cb9d72c50ecb8d67acbaa9eae7fa /third-party
parent95797fe724b62fe991097e200522f3880e3c35c7 (diff)
downloadk3s-lab-af21df4fb9e9ccb1ff90fa22882854722c2a80af.tar.gz
removed gpu node
Diffstat (limited to '')
-rw-r--r--third-party-apps/ollama/values.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/third-party-apps/ollama/values.yaml b/third-party-apps/ollama/values.yaml
index 502b848..8f76278 100644
--- a/third-party-apps/ollama/values.yaml
+++ b/third-party-apps/ollama/values.yaml
@@ -8,7 +8,3 @@ ollama:
   persistentVolume:
     enabled: true
 
-
-  nodeSelector:
-    kubernetes.io/arch: "amd64"
-    nvidia.com/gpu: "true"