From e52897bbd5d01e2f0cc3f58ac0b837248178393a Mon Sep 17 00:00:00 2001
From: Dung Vu <dvu@csusb.edu>
Date: Wed, 28 Aug 2024 09:02:06 -0700
Subject: [PATCH] Update values.template.yaml

---
 values.template.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/values.template.yaml b/values.template.yaml
index bc283f4..0e4734c 100644
--- a/values.template.yaml
+++ b/values.template.yaml
@@ -224,7 +224,7 @@ hub:
     loadBalancerIP:
   nodeSelector:
     topology.kubernetes.io/region: "us-west"
-    kubernetes.io/hostname: "rci-tide-cpu-03.sdsu.edu"    
+#    kubernetes.io/hostname: "rci-tide-cpu-03.sdsu.edu"    
 #  tolerations:
 #  - key: "nautilus.io/csu-tide"
 #    operator: "Exists"
@@ -243,6 +243,7 @@ hub:
     limits:
       cpu: "1"
       memory: 1Gi
+      nvidia.com/gpu: 0      
     requests:
       cpu: "500m"
       memory: "500Mi"
@@ -264,6 +265,7 @@ proxy:
       limits:
         cpu: "1"
         memory: 1Gi
+        nvidia.com/gpu: 0      
       requests:
         cpu: "500m"
         memory: "500Mi"
-- 
GitLab