mirror of https://git.rancher.io/charts
Remove nodeSelectors and tolerations added to rancher-prom2teams
parent
ac898499fd
commit
b56eae4af1
|
@ -36,12 +36,12 @@
|
||||||
# readOnlyRootFilesystem is a flag to enable readOnlyRootFilesystem for the Hazelcast security context
|
# readOnlyRootFilesystem is a flag to enable readOnlyRootFilesystem for the Hazelcast security context
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
+
|
+
|
||||||
+nodeSelector:
|
+## Node labels for pod assignment
|
||||||
+ kubernetes.io/os: linux
|
+## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||||
|
+##
|
||||||
|
+nodeSelector: {}
|
||||||
|
+
|
||||||
|
+## List of node taints to tolerate (requires Kubernetes >= 1.6)
|
||||||
|
+tolerations: []
|
||||||
+
|
+
|
||||||
+tolerations:
|
|
||||||
+ - key: cattle.io/os
|
|
||||||
+ operator: "Equal"
|
|
||||||
+ value: "linux"
|
|
||||||
+ effect: NoSchedule
|
|
||||||
+affinity: {}
|
+affinity: {}
|
||||||
|
|
Loading…
Reference in New Issue