diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-23 23:19:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 23:19:31 -0400 |
commit | 641445638b67aecfa2462de2068bbcc985145580 (patch) | |
tree | 0ba670b5f9e126c8c34876b2015e557048af95de /roles/openshift_prometheus/README.md | |
parent | d3ae358d8eda7d74a158d9ff7de3a23fca4e8b51 (diff) | |
parent | 3792787d7e7cc3b8c44ccbbc83a3c2f9a9299f38 (diff) | |
download | openshift-641445638b67aecfa2462de2068bbcc985145580.tar.gz openshift-641445638b67aecfa2462de2068bbcc985145580.tar.bz2 openshift-641445638b67aecfa2462de2068bbcc985145580.tar.xz openshift-641445638b67aecfa2462de2068bbcc985145580.zip |
Merge pull request #5808 from zgalor/stateful_set
Switch to stateful set in prometheus
Diffstat (limited to 'roles/openshift_prometheus/README.md')
-rw-r--r-- | roles/openshift_prometheus/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/openshift_prometheus/README.md b/roles/openshift_prometheus/README.md index ce72930ed..07ea0299d 100644 --- a/roles/openshift_prometheus/README.md +++ b/roles/openshift_prometheus/README.md @@ -17,8 +17,6 @@ For default values, see [`defaults/main.yaml`](defaults/main.yaml). - `openshift_prometheus_namespace`: project (i.e. namespace) where the components will be deployed. -- `openshift_prometheus_replicas`: The number of replicas for prometheus deployment. - - `openshift_prometheus_node_selector`: Selector for the nodes prometheus will be deployed on. - `openshift_prometheus_image_<COMPONENT>`: specify image for the component |