From 7d288f68f10917c42da2f5568fb0e261113a2e6e Mon Sep 17 00:00:00 2001 From: Pouyan Ahmadi <70242801+pahmadi8740@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:43:00 -0400 Subject: [PATCH] Update values.yaml with the original values --- deploy/kg2/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/kg2/values.yaml b/deploy/kg2/values.yaml index 66819fdd5..c845e5add 100644 --- a/deploy/kg2/values.yaml +++ b/deploy/kg2/values.yaml @@ -45,7 +45,7 @@ ingress: # 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 : "managed-app" + value : "kg2" operator : "Equal" effect : "NoSchedule" @@ -59,7 +59,7 @@ affinity: - key: application operator: In values: - - managed-app + - kg2 # 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: - - managed-app + - kg2 topologyKey: "kubernetes.io/hostname" storageClassName: @@ -80,8 +80,8 @@ storage: resources: requests: - memory: 46Gi - cpu: 8000m + memory: 56Gi + cpu: 13000m limits: memory: 58Gi cpu: 14000m