PERF(vault): add high-priority class
- Add high-priority PriorityClass - Keep tolerations for HA across all nodes (3 replicas)
This commit is contained in:
@@ -72,12 +72,15 @@ server:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8200
|
port: 8200
|
||||||
|
|
||||||
# Tolerations for control-plane node
|
# Tolerations for control-plane node (keep for 3-replica HA)
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "node-role.kubernetes.io/control-plane"
|
- key: "node-role.kubernetes.io/control-plane"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
|
|
||||||
|
# High priority for critical secrets management
|
||||||
|
priorityClassName: high-priority
|
||||||
|
|
||||||
# UI 활성화
|
# UI 활성화
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user