From dcee67738eda9cee7267bb4323a5e8aa697d067a Mon Sep 17 00:00:00 2001 From: Pouyan Ahmadi <70242801+pahmadi8740@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:05:40 -0500 Subject: [PATCH] Update values.yaml with new tolerations and resources --- deploy/kg2/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/kg2/values.yaml b/deploy/kg2/values.yaml index 53a23797e..4141bf176 100644 --- a/deploy/kg2/values.yaml +++ b/deploy/kg2/values.yaml @@ -44,8 +44,8 @@ ingress: # With the following two sections, we can restrict the deployment on and only on the specific node # toleration to node taint such that this deployment can be scheduled on the tainted node while others without the toleration can not tolerations: -- key : "rtx" - value : "kg2" +- key : "transltr" + value : "managed-app" operator : "Equal" effect : "NoSchedule" @@ -59,7 +59,7 @@ affinity: - key: application operator: In values: - - kg2 + - managed-app # this ensures only ONE pod will run on each node podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -68,7 +68,7 @@ affinity: - key: app.kubernetes.io/name operator: In values: - - kg2 + - managed-app topologyKey: "kubernetes.io/hostname" storageClassName: @@ -80,8 +80,8 @@ storage: resources: requests: - memory: 56Gi - cpu: 13000m + memory: 48Gi + cpu: 8000m limits: memory: 58Gi - cpu: 14000m \ No newline at end of file + cpu: 14000m