@@ -247,7 +247,7 @@ description: |
247247 .. example::
248248
249249 If this |k8s-mdbrsc| requires 4 gigabytes of memory, set
250- this value to ``4G ``.
250+ this value to ``4Gi ``.
251251
252252 This value maps to the
253253 :k8sdocs:`limits field </reference/generated/kubernetes-api/v1.10/#resourcerequirements-v1-core>`
@@ -287,7 +287,7 @@ name: spec.podSpec.storage
287287type : string
288288directive : setting
289289optional : true
290- default : 16G
290+ default : 16Gi
291291description : |
292292 Minimum storage capacity that must be available on a |k8s|
293293 |k8s-node| to host this {{component}} on |k8s|. This value is
@@ -297,7 +297,7 @@ description: |
297297 .. example::
298298
299299 If this |k8s-mdbrsc| requires 60 gigabytes of storage space, set
300- this value to ``60G ``.
300+ this value to ``60Gi ``.
301301replacement :
302302 component : :term:`standalone deployment`
303303
@@ -404,7 +404,7 @@ description: |
404404 .. example::
405405
406406 If this |k8s-mdbrsc| requires 60 gigabytes of storage
407- space, set this value to ``60G ``.
407+ space, set this value to ``60Gi ``.
408408
409409 * - ``storageClass``
410410 - string
@@ -418,7 +418,7 @@ description: |
418418
419419replacement :
420420 component : :term:`standalone deployment`
421- defaultStorage : 16G
421+ defaultStorage : 16Gi
422422
423423---
424424program : _shared
@@ -463,7 +463,7 @@ description: |
463463 .. example::
464464
465465 If this |k8s-mdbrsc| requires 60 gigabytes of storage
466- space, set this value to ``60G ``.
466+ space, set this value to ``60Gi ``.
467467
468468 * - ``storageClass``
469469 - string
@@ -478,7 +478,7 @@ description: |
478478replacement :
479479 component : :term:`standalone deployment`
480480 storedItem : data
481- defaultStorage : 16G
481+ defaultStorage : 16Gi
482482
483483---
484484program : _shared
0 commit comments