Skip to content

Commit

Permalink
Merge pull request #729 from pahmadi8740/main
Browse files Browse the repository at this point in the history
fix: tolerations changed to managed-app
  • Loading branch information
tokebe authored Sep 21, 2023
2 parents cb4d7d5 + 610da38 commit d14ee86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ env:
# toleration to node taint such that this deployment can be scheduled on the tainted node while others without the toleration can not
tolerations:
- key : "transltr"
value : "bte"
value : "managed-app"
operator : "Equal"
effect : "NoSchedule"

Expand All @@ -67,7 +67,7 @@ affinity:
- key: application
operator: In
values:
- bte
- managed-app
# this ensures only ONE pod will run on each node
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -76,7 +76,7 @@ affinity:
- key: app.kubernetes.io/name
operator: In
values:
- bte
- managed-app
topologyKey: "kubernetes.io/hostname"
resources:
requests:
Expand Down

0 comments on commit d14ee86

Please sign in to comment.