1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

add node-selector to docs of TPR fields

This commit is contained in:
Alex Somesan 2017-01-26 16:23:06 +01:00
parent 37f3002b35
commit 9db562a4d0

View file

@ -42,6 +42,7 @@ still benefiting from the Operator's capabilities of managing Prometheus setups.
| storage | Configuration of persistent storage volumes to attach to deployed Prometheus pods. | false | StorageSpec | |
| alerting | Configuration of alerting | false | AlertingSpec | |
| resources | Resource requirements of single Prometheus server | false | [v1.ResourceRequirements](http://kubernetes.io/docs/api-reference/v1/definitions/#_v1_resourcerequirements) | |
| node-selector | [Select nodes](https://kubernetes.io/docs/tasks/administer-cluster/assign-pods-nodes/) to be used to run the Prometheus pods on | false | [strings list](https://kubernetes.io/docs/user-guide/node-selection/) | |
### `StorageSpec`