Skip to content

Commit ad210ab

Browse files
authored
Merge pull request #80 from anarnold97/MTA-4161-Configuration-flags-Tackle-CR
MTA-4161: Add missing configuration flags to Tackle CR
2 parents d934b3e + 189f675 commit ad210ab

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

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

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ The most commonly used CR settings are listed in this table:
9595
|Storage class used for the cache volume; ignored when `rwx_supported=false`
9696

9797
|`feature_auth_required`
98-
|`True`
98+
|`true`
9999
|Flag to indicate whether keycloak authorization is required (single user/"`noauth`")
100100

101101
|`feature_isolate_namespace`
102-
|`True`
102+
|`true`
103103
|Flag to indicate whether namespace isolation using network policies is enabled
104104

105105
|`hub_database_volume_size`
@@ -118,6 +118,10 @@ The most commonly used CR settings are listed in this table:
118118
|`1Gi`
119119
|Size requested for the Keycloak database volume
120120

121+
|`keycloak_sso_req_passwd_update`
122+
|`true`
123+
|If the flag is set to `true`, users are required to update their password after their first login.
124+
121125
|`pathfinder_database_data_volume_size`
122126
|`1Gi`
123127
|Size requested for the Pathfinder database volume
@@ -131,7 +135,7 @@ The most commonly used CR settings are listed in this table:
131135
|Storage class requested for the Tackle RWX volumes; deprecated in {ProductShortName} 6.0.1
132136

133137
|`rwx_supported`
134-
|`True`
138+
|`true`
135139
|Flag to indicate whether the cluster storage supports RWX mode
136140

137141
|`rwo_storage_class`
@@ -157,6 +161,38 @@ The most commonly used CR settings are listed in this table:
157161
|`analyzer_container_requests_memory`
158162
|`4Gi`
159163
|Minimum amount of memory the pod needs to run
164+
165+
|`ui_container_limits_cpu`
166+
|`500m`
167+
|Maximum number of CPUs the UI pod resource is allowed to use
168+
169+
|`ui_container_limits_memory`
170+
|`800Mi`
171+
|Maximum amount of memory the UI pod resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
172+
173+
|`ui_container_requests_cpu`
174+
|`100m`
175+
|Minimum number of CPUs the UI pod resource needs to run
176+
177+
|`ui_container_requests_memory`
178+
|`350Mi`
179+
|Minimum amount of memory the UI pod resource needs to run
180+
181+
|`provider_java_container_limits_cpu`
182+
|`1`
183+
|Maximum number of CPUs the Java provider resource is allowed to use
184+
185+
|`provider_java_container_limits_memory`
186+
|`2Gi`
187+
|Maximum amount of memory the Java provider resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
188+
189+
|`provider_java_container_requests_cpu`
190+
|`1`
191+
|Minimum number of CPUs the Java provider resource needs to run
192+
193+
|`provider_java_container_requests_memory`
194+
|`2Gi`
195+
|Minimum amount of memory the Java provider resource needs to run
160196
|====
161197

162198
+

0 commit comments

Comments
 (0)