Skip to content

Commit

Permalink
fix(values.yaml): toleration key 수정
Browse files Browse the repository at this point in the history
기존 `xquare/critical` toleration key를 `xquare/critical_platform`으로 변경함

- `critical_platform` toleration key를 사용하도록 수정하여 특정 플랫폼에서의 스케줄링 정책을 명확히 함
- 이전에는 `xquare/critical` key를 사용했으나, 보다 명확한 의미 전달을 위해 `xquare/critical_platform`으로 변경
- 플랫폼에 특정된 toleration key를 사용하여 배포 안정성 향상
  • Loading branch information
in-jun committed Nov 30, 2024
1 parent 41246ac commit af15b36
Showing 1 changed file with 1 addition and 1 deletion.
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 af15b36

Please sign in to comment.