mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #1410 from ball-hayden/patch-1
[Helm] Change Prometheus example alerting endpoint port to http
This commit is contained in:
commit
098fd87e2c
4 changed files with 5 additions and 4 deletions
helm
|
@ -7,4 +7,5 @@ maintainers:
|
|||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.76
|
||||
version: 0.0.78
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ dependencies:
|
|||
condition: deployAlertManager
|
||||
|
||||
- name: prometheus
|
||||
version: 0.0.41
|
||||
version: 0.0.42
|
||||
#e2e-repository: file://../prometheus
|
||||
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.41
|
||||
version: 0.0.42
|
|
@ -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