FEAT(vault): add master node toleration to Vault
- Allows vault pods to run on master with NoExecute taint
This commit is contained in:
@@ -72,6 +72,12 @@ server:
|
||||
type: ClusterIP
|
||||
port: 8200
|
||||
|
||||
# Tolerations for master node
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
|
||||
# UI 활성화
|
||||
ui:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user