diff options
author | Diego Abelenda <diego.abelenda@camptocamp.com> | 2017-11-20 16:47:19 +0100 |
---|---|---|
committer | Diego Abelenda <diego.abelenda@camptocamp.com> | 2017-11-24 13:36:30 +0100 |
commit | 47f9f058bf50ade64ec43686144e8d1227dfd77c (patch) | |
tree | 25d7bdb5acc28ccaaf938e45ec50fa99ebe81bc6 /roles/openshift_prometheus/README.md | |
parent | 6f22fa41f0a800190d14d80aa540cc8897a86114 (diff) | |
download | openshift-47f9f058bf50ade64ec43686144e8d1227dfd77c.tar.gz openshift-47f9f058bf50ade64ec43686144e8d1227dfd77c.tar.bz2 openshift-47f9f058bf50ade64ec43686144e8d1227dfd77c.tar.xz openshift-47f9f058bf50ade64ec43686144e8d1227dfd77c.zip |
Fix name of the service pointed to by hostname
Diffstat (limited to 'roles/openshift_prometheus/README.md')
-rw-r--r-- | roles/openshift_prometheus/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_prometheus/README.md b/roles/openshift_prometheus/README.md index f1bbb3ca6..f1eca1da6 100644 --- a/roles/openshift_prometheus/README.md +++ b/roles/openshift_prometheus/README.md @@ -27,7 +27,7 @@ For default values, see [`defaults/main.yaml`](defaults/main.yaml). - `openshift_prometheus_hostname`: specify the hostname for the route to prometheus `prometheus-{{openshift_prometheus_namespace}}.{{openshift_master_default_subdomain}}` -- `openshift_prometheus_alerts_hostname`: specify the hostname for the route to prometheus `prometheus_alerts-{{openshift_prometheus_namespace}}.{{openshift_master_default_subdomain}}` +- `openshift_prometheus_alerts_hostname`: specify the hostname for the route to prometheus-alerts `prometheus_alerts-{{openshift_prometheus_namespace}}.{{openshift_master_default_subdomain}}` e.g ``` |