Skip to content

Commit

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

- 기존 `xquare/critical` key는 다른 곳에서 사용될 예정
- Vault는 critical_platform에 배포되어야 하므로, 명확성을 위해 `xquare/critical_platform` key를 사용
- 이 변경으로 Vault Pod이 의도한 노드에 정확하게 배포되도록 보장
  • Loading branch information
in-jun committed Nov 30, 2024
1 parent f162e45 commit 3a0aa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vault:
cpu: 100m
tolerations:
- effect: "NoSchedule"
key: xquare/critical
key: xquare/critical_platform
operator: "Equal"
value: "true"
affinity: |
Expand Down

0 comments on commit 3a0aa65

Please sign in to comment.