@@ -95,11 +95,11 @@ The most commonly used CR settings are listed in this table:
95
95
|Storage class used for the cache volume; ignored when `rwx_supported=false`
96
96
97
97
|`feature_auth_required`
98
- |`True `
98
+ |`true `
99
99
|Flag to indicate whether keycloak authorization is required (single user/"`noauth`")
100
100
101
101
|`feature_isolate_namespace`
102
- |`True `
102
+ |`true `
103
103
|Flag to indicate whether namespace isolation using network policies is enabled
104
104
105
105
|`hub_database_volume_size`
@@ -118,6 +118,10 @@ The most commonly used CR settings are listed in this table:
118
118
|`1Gi`
119
119
|Size requested for the Keycloak database volume
120
120
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
+
121
125
|`pathfinder_database_data_volume_size`
122
126
|`1Gi`
123
127
|Size requested for the Pathfinder database volume
@@ -131,7 +135,7 @@ The most commonly used CR settings are listed in this table:
131
135
|Storage class requested for the Tackle RWX volumes; deprecated in {ProductShortName} 6.0.1
132
136
133
137
|`rwx_supported`
134
- |`True `
138
+ |`true `
135
139
|Flag to indicate whether the cluster storage supports RWX mode
136
140
137
141
|`rwo_storage_class`
@@ -157,6 +161,38 @@ The most commonly used CR settings are listed in this table:
157
161
|`analyzer_container_requests_memory`
158
162
|`4Gi`
159
163
|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
160
196
|====
161
197
162
198
+
0 commit comments