Skip to content

Commit a4f6f3b

Browse files
authored
Update mta-7-installing-web-console-on-openshift.adoc
1 parent e5d0167 commit a4f6f3b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/topics/mta-7-installing-web-console-on-openshift.adoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ To successfully deploy, the {ProductShortName} Operator requires 2 RWO persisten
3030
|Description
3131

3232
|`hub database`
33-
|10 GB
33+
|`10Gi`
3434
|RWO
3535
|Hub database
3636

3737
|`hub bucket`
38-
|100 GB
38+
|`100Gi`
3939
|RWX
4040
|Hub file storage; required if the `rwx_supported` configuration option is set to `true`
4141

4242
|`keycloak postgresql`
43-
|1 GB
43+
|`1Gi`
4444
|RWO
4545
|Keycloak back end database
4646

4747
|`cache`
48-
|100 GB
48+
|`100Gi`
4949
|RWX
5050
|Maven m2 cache; required if the `rwx_supported` configuration option is set to `true`
5151
|====
@@ -87,7 +87,7 @@ The most commonly used CR settings are listed in this table:
8787
|Description
8888

8989
|`cache_data_volume_size`
90-
|`100 GB`
90+
|`100Gi`
9191
|Size requested for the cache volume; ignored when `rwx_supported=false`
9292

9393
|`cache_storage_class`
@@ -103,27 +103,27 @@ The most commonly used CR settings are listed in this table:
103103
|Flag to indicate whether namespace isolation using network policies is enabled
104104

105105
|`hub_database_volume_size`
106-
|`10 GB`
106+
|`10Gi`
107107
|Size requested for the Hub database volume
108108

109109
|`hub_bucket_volume_size`
110-
|`100 GB`
110+
|`100Gi`
111111
|Size requested for the Hub bucket volume
112112

113113
|`hub_bucket_storage_class`
114114
|Default storage class
115115
|Storage class used for the bucket volume
116116

117117
|`keycloak_database_data_volume_size`
118-
|`1 GB`
118+
|`1Gi`
119119
|Size requested for the Keycloak database volume
120120

121121
|`pathfinder_database_data_volume_size`
122-
|`1 GB`
122+
|`1Gi`
123123
|Size requested for the Pathfinder database volume
124124

125125
|`maven_data_volume_size`
126-
|`100 GB`
126+
|`100Gi`
127127
|Size requested for the Maven m2 cache volume; deprecated in {ProductShortName} 6.0.1
128128

129129
|`rwx_storage_class`
@@ -147,15 +147,15 @@ The most commonly used CR settings are listed in this table:
147147
|Maximum number of CPUs the pod is allowed to use
148148

149149
|`analyzer_container_limits_memory`
150-
|`4GB`
150+
|`4Gi`
151151
|Maximum amount of memory the pod is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
152152

153153
|`analyzer_container_requests_cpu`
154154
|`1`
155155
|Minimum number of CPUs the pod needs to run
156156

157157
|`analyzer_container_requests_memory`
158-
|`4GB`
158+
|`4Gi`
159159
|Minimum amount of memory the pod needs to run
160160
|====
161161

@@ -222,11 +222,11 @@ To prevent out-of-memory events and protect nodes, use the `--eviction-hard` set
222222

223223
.Example of node memory allocation settings
224224

225-
- Node capacity: `32 GB`
225+
- Node capacity: `32Gi`
226226

227-
- `--system-reserved` setting: `3 GB`
227+
- `--system-reserved` setting: `3Gi`
228228

229-
- `--eviction-hard` setting: `100 MiB`
229+
- `--eviction-hard` setting: `100Mi`
230230

231231
The amount of memory available for running pods on this node is 28.9 GB. This amount is calculated by subtracting the `system-reserved` and `eviction-hard` values from the overall capacity of the node. If the memory usage exceeds this amount, the node starts evicting pods.
232232

0 commit comments

Comments
 (0)