From d78e108c79427cd7c2ee05d77db41116389b20c2 Mon Sep 17 00:00:00 2001 From: Pouyan Ahmadi <70242801+pahmadi8740@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:19:40 -0400 Subject: [PATCH] Update values.yaml with new node-group --- deploy/kg2/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/kg2/values.yaml b/deploy/kg2/values.yaml index 53a23797e..1f0961271 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 : "kg2" + 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: @@ -84,4 +84,4 @@ resources: cpu: 13000m limits: memory: 58Gi - cpu: 14000m \ No newline at end of file + cpu: 14000m