Browse Source

Updating size suffix for metrics in role

ewolinetz 8 years ago
parent
commit
87b639dd5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_metrics/README.md

+ 1 - 1
roles/openshift_metrics/README.md

@@ -76,7 +76,7 @@ openshift_metrics_<COMPONENT>_(limits|requests)_(memory|cpu): <VALUE>
 ```
 e.g
 ```
-openshift_metrics_cassandra_limits_memory: 1G
+openshift_metrics_cassandra_limits_memory: 1Gi
 openshift_metrics_hawkular_requests_cpu: 100
 ```