Skip to content

Commit

Permalink
Merge pull request #8 from team-xquare/refactor/critical-platform-tol…
Browse files Browse the repository at this point in the history
…erations

refactor/critical platform tolerations
  • Loading branch information
in-jun authored Dec 1, 2024
2 parents 41246ac + a5b54fd commit 519e70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/istio-resource/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ nodeSelector:

tolerations:
- effect: "NoSchedule"
key: xquare/platform
key: xquare/critical_platform
operator: "Equal"
value: "true"
2 changes: 1 addition & 1 deletion charts/argocd/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
argo-cd:
global:
tolerations:
- key: "xquare/critical"
- key: "xquare/critical_platform"
operator: "Equal"
value: "true"
effect: "NoSchedule"
Expand Down

0 comments on commit 519e70a

Please sign in to comment.