mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-23 07:21:23 +02:00
21 lines
336 B
Jsonnet
21 lines
336 B
Jsonnet
{
|
|
prometheus+: {
|
|
prometheus+: {
|
|
spec+: {
|
|
tolerations: [
|
|
{
|
|
key: 'key1',
|
|
operator: 'Equal',
|
|
value: 'value1',
|
|
effect: 'NoSchedule',
|
|
},
|
|
{
|
|
key: 'key2',
|
|
operator: 'Exists',
|
|
},
|
|
],
|
|
},
|
|
},
|
|
},
|
|
}
|