浏览代码

Fix name of the service pointed to by hostname

Diego Abelenda 7 年之前
父节点
当前提交
47f9f058bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/openshift_prometheus/README.md

+ 1 - 1
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
 ```