mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 19:49:46 +00:00
Helm - Prometheus: Change example alerting endpoint port to http
The Helm Prometheus chart expects alertingEndpoints to have a port of http, not a port number. I'm unsure of the reasoning behind this, but this corrects the documentation to reflect the current behaviour. See #1356
This commit is contained in:
parent
6f9d57a2af
commit
abb297c062
2 changed files with 2 additions and 2 deletions
helm/prometheus
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.40
|
||||
version: 0.0.41
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
alertingEndpoints: []
|
||||
# - name: ""
|
||||
# namespace: ""
|
||||
# port: 9093
|
||||
# port: http
|
||||
# scheme: http
|
||||
|
||||
## Prometheus configuration directives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue