From 85d978e4584992fa1155c041401516e953070773 Mon Sep 17 00:00:00 2001 From: Dung Vu <dvu@csusb.edu> Date: Tue, 5 Dec 2023 05:47:28 -0800 Subject: [PATCH] Update values.template.yaml- > fix tolerations --- values.template.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/values.template.yaml b/values.template.yaml index b7fa040..18cc9c4 100644 --- a/values.template.yaml +++ b/values.template.yaml @@ -205,13 +205,19 @@ singleuser: - key: "nautilus.io/csusb" operator: "Exists" effect: "NoSchedule" + - key: "nautilus.io/rynode" + operator: "Exists" + effect: "NoSchedule" + - key: "nautilus.io/testing" + operator: "Exists" + effect: "NoSchedule" - extraNodeAffinity: - required: - - matchExpressions: - - 'key': 'topology.kubernetes.io/region' - 'operator': 'In' - 'values': ["us-west"] +# extraNodeAffinity: +# required: +# - matchExpressions: +# - 'key': 'topology.kubernetes.io/region' +# 'operator': 'In' +# 'values': ["us-west"] cloudMetadata: blockWithIptables: false networkPolicy: -- GitLab