mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/prometheus-operator] fix README.md (#11333)
* Fix stable/prometheus-operator README.md Fix configuration parameter documentation for controller-manager Exporter Signed-off-by: Eduardo Baitello <eduardobaitello@gmail.com> * [stable/prometheus-operator] Bump chart version Signed-off-by: Eduardo Baitello <eduardobaitello@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8ade52063f
commit
6b08a1052b
@@ -9,7 +9,7 @@ name: prometheus-operator
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
- https://coreos.com/operators/prometheus
|
||||
version: 2.2.4
|
||||
version: 2.2.5
|
||||
appVersion: 0.26.0
|
||||
home: https://github.com/coreos/prometheus-operator
|
||||
keywords:
|
||||
|
||||
@@ -265,7 +265,7 @@ The following tables lists the configurable parameters of the prometheus-operato
|
||||
| `kubeControllerManager.endpoints` | Endpoints where Controller-manager runs. Provide this if running Controller-manager outside the cluster | `[]` |
|
||||
| `kubeControllermanager.service.port` | Controller-manager port for the service runs on | `10252` |
|
||||
| `kubeControllermanager.service.targetPort` | Controller-manager targetPort for the service runs on | `10252` |
|
||||
| `kubeControllermanager.service.targetPort.selector` | Controller-manager service selector | `{"k8s-app" : "kube-controller-manager" }`
|
||||
| `kubeControllermanager.service.selector` | Controller-manager service selector | `{"k8s-app" : "kube-controller-manager" }`
|
||||
| `coreDns.enabled` | Deploy coreDns scraping components. Use either this or kubeDns | true |
|
||||
| `coreDns.service.port` | CoreDns port | `9153` |
|
||||
| `coreDns.service.targetPort` | CoreDns targetPort | `9153` |
|
||||
|
||||
Reference in New Issue
Block a user