From 4d5a05b05a17f498fe44b021eaa13c4716dd6a2b Mon Sep 17 00:00:00 2001 From: Dung Vu <dvu@csusb.edu> Date: Wed, 10 Apr 2024 11:48:23 -0700 Subject: [PATCH] Update values.template.yaml --- values.template.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/values.template.yaml b/values.template.yaml index 5d34947..2a99e0d 100644 --- a/values.template.yaml +++ b/values.template.yaml @@ -216,6 +216,16 @@ hub: ports: nodePort: loadBalancerIP: + nodeSelector: + topology.kubernetes.io/region: "us-west" + tolerations: + - key: "nautilus.io/csu-tide" + operator: "Exists" + effect: "NoSchedule" + - key: "nautilus.io/sdsu-fix" + operator: "Exists" + effect: "NoSchedule" + deploymentStrategy: type: Recreate db: -- GitLab