From c1f94f0c0e7b8f618a7a8ead9ed1840af884c8bc Mon Sep 17 00:00:00 2001
From: Dung Vu <dvu@csusb.edu>
Date: Fri, 26 May 2023 07:38:07 -0700
Subject: [PATCH] Update values.template.yaml

---
 values.template.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/values.template.yaml b/values.template.yaml
index 4602ba2..8f78f9a 100644
--- a/values.template.yaml
+++ b/values.template.yaml
@@ -205,6 +205,8 @@ singleuser:
     name: localhost:30081/prp/jupyter-stack/minimal
     tag: latest
   startTimeout: 600
+  imagePullPolicy: IfNotPresent
+  priorityClassName: owner
   cpu:
     limit: 16
     guarantee: 4
-- 
GitLab