Skip to content

Commit 53e53ea

Browse files
committed
MTA-4161: Add missing configuration flags to Tackle CR
Signed-off-by: A.Arnold <[email protected]>
1 parent c433449 commit 53e53ea

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,38 @@ The most commonly used CR settings are listed in this table:
157157
|`analyzer_container_requests_memory`
158158
|`4Gi`
159159
|Minimum amount of memory the pod needs to run
160+
161+
|`ui_container_limits_cpu`
162+
|`500m`
163+
|Maximum number of CPUs the UI pod resource is allowed to use
164+
165+
|`ui_container_limits_memory`
166+
|`800Mi`
167+
|Maximum amount of memory the UI pod resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
168+
169+
|`ui_container_requests_cpu`
170+
|`100m`
171+
|Minimum number of CPUs the UI pod resource needs to run
172+
173+
|`ui_container_requests_memory`
174+
|`350Mi`
175+
|Minimum amount of memory the UI pod resource needs to run
176+
177+
|`provider_java_container_limits_cpu`
178+
|`500m`
179+
|Maximum number of CPUs the Java provider resource is allowed to use
180+
181+
|`provider_java_container_limits_memory`
182+
|`800Mi`
183+
|Maximum amount of memory the Java provider resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
184+
185+
|`provider_java_container_requests_cpu`
186+
|`100m`
187+
|Minimum number of CPUs the Java provider resource needs to run
188+
189+
|`provider_java_container_requests_memory`
190+
|`350Mi`
191+
|Minimum amount of memory the Java provider resource needs to run
160192
|====
161193

162194
+

0 commit comments

Comments
 (0)