Skip to content

Commit

Permalink
Merge pull request #2193 from pahmadi8740/master
Browse files Browse the repository at this point in the history
fix: reverting back the toleration changes
  • Loading branch information
edeutsch authored Nov 2, 2023
2 parents 13a695e + 7d288f6 commit 6764062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/kg2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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:
Expand All @@ -68,7 +68,7 @@ affinity:
- key: app.kubernetes.io/name
operator: In
values:
- managed-app
- kg2
topologyKey: "kubernetes.io/hostname"

storageClassName:
Expand Down

0 comments on commit 6764062

Please sign in to comment.