|
@@ -25,7 +25,9 @@ For default values, see [`defaults/main.yaml`](defaults/main.yaml).
|
|
|
|
|
|
- `openshift_prometheus_args`: Modify or add arguments for prometheus application
|
|
|
|
|
|
-- `openshift_prometheus_<COMPONENT>_hostname`: specify the hostname for the route of that compontent: defaults to `<COMPONENT>-{{openshift_prometheus_namespace}}.{{openshift_master_default_subdomain}}`
|
|
|
+- `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}}`
|
|
|
|
|
|
e.g
|
|
|
```
|