Skip to content
Snippets Groups Projects
Commit 8fa33d74 authored by Xiang Dai's avatar Xiang Dai Committed by Tom Wilkie
Browse files

deploy promtail on master node as default (#184)


Signed-off-by: default avatarXiang Dai <764524258@qq.com>
parent ffa07c0c
No related branches found
No related tags found
No related merge requests found
......@@ -122,9 +122,12 @@ promtail:
## Tolerations for pod assignment
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
## Affinity for pod assignment
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
##
affinity: {}
\ No newline at end of file
affinity: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment