diff options
author | makefunstuff <[email protected]> | 2024-06-30 16:58:25 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-30 16:58:25 +0200 |
commit | af21df4fb9e9ccb1ff90fa22882854722c2a80af (patch) | |
tree | bf516f46b5a6cb9d72c50ecb8d67acbaa9eae7fa /third-party | |
parent | 95797fe724b62fe991097e200522f3880e3c35c7 (diff) | |
download | k3s-lab-af21df4fb9e9ccb1ff90fa22882854722c2a80af.tar.gz |
removed gpu node
Diffstat (limited to '')
-rw-r--r-- | third-party-apps/ollama/values.yaml | 4 |
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" |