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
|
type: ClusterIP
|
||||||
port: 8200
|
port: 8200
|
||||||
|
|
||||||
|
# Tolerations for master node
|
||||||
|
tolerations:
|
||||||
|
- key: "node-role.kubernetes.io/master"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoExecute"
|
||||||
|
|
||||||
# UI 활성화
|
# UI 활성화
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user