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:
parent
37f3002b35
commit
9db562a4d0
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue