@@ -247,7 +247,7 @@ description: |
247
247
.. example::
248
248
249
249
If this |k8s-mdbrsc| requires 4 gigabytes of memory, set
250
- this value to ``4G ``.
250
+ this value to ``4Gi ``.
251
251
252
252
This value maps to the
253
253
:k8sdocs:`limits field </reference/generated/kubernetes-api/v1.10/#resourcerequirements-v1-core>`
@@ -287,7 +287,7 @@ name: spec.podSpec.storage
287
287
type : string
288
288
directive : setting
289
289
optional : true
290
- default : 16G
290
+ default : 16Gi
291
291
description : |
292
292
Minimum storage capacity that must be available on a |k8s|
293
293
|k8s-node| to host this {{component}} on |k8s|. This value is
@@ -297,7 +297,7 @@ description: |
297
297
.. example::
298
298
299
299
If this |k8s-mdbrsc| requires 60 gigabytes of storage space, set
300
- this value to ``60G ``.
300
+ this value to ``60Gi ``.
301
301
replacement :
302
302
component : :term:`standalone deployment`
303
303
@@ -404,7 +404,7 @@ description: |
404
404
.. example::
405
405
406
406
If this |k8s-mdbrsc| requires 60 gigabytes of storage
407
- space, set this value to ``60G ``.
407
+ space, set this value to ``60Gi ``.
408
408
409
409
* - ``storageClass``
410
410
- string
@@ -418,7 +418,7 @@ description: |
418
418
419
419
replacement :
420
420
component : :term:`standalone deployment`
421
- defaultStorage : 16G
421
+ defaultStorage : 16Gi
422
422
423
423
---
424
424
program : _shared
@@ -463,7 +463,7 @@ description: |
463
463
.. example::
464
464
465
465
If this |k8s-mdbrsc| requires 60 gigabytes of storage
466
- space, set this value to ``60G ``.
466
+ space, set this value to ``60Gi ``.
467
467
468
468
* - ``storageClass``
469
469
- string
@@ -478,7 +478,7 @@ description: |
478
478
replacement :
479
479
component : :term:`standalone deployment`
480
480
storedItem : data
481
- defaultStorage : 16G
481
+ defaultStorage : 16Gi
482
482
483
483
---
484
484
program : _shared
0 commit comments