-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTA-4161: Add missing configuration flags to Tackle CR #80
base: main
Are you sure you want to change the base?
MTA-4161: Add missing configuration flags to Tackle CR #80
Conversation
Signed-off-by: A.Arnold <[email protected]>
@@ -157,6 +157,38 @@ The most commonly used CR settings are listed in this table: | |||
|`analyzer_container_requests_memory` | |||
|`4Gi` | |||
|Minimum amount of memory the pod needs to run | |||
|
|||
|`ui_container_limits_cpu` | |||
|`500m` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|Maximum amount of memory the UI pod resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors. | ||
|
||
|`ui_container_requests_cpu` | ||
|`100m` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: A.Arnold <[email protected]>
Signed-off-by: A.Arnold <[email protected]>
@@ -118,6 +118,10 @@ The most commonly used CR settings are listed in this table: | |||
|`1Gi` | |||
|Size requested for the Keycloak database volume | |||
|
|||
|`keycloak_sso_req_passwd_update` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nachandr - you said that The keycloak_sso_req_passwd_update flag is missing in the documentation
, please could I ask you to provide the following values
|`keycloak_sso_req_passwd_update`
| <default value... presume Boolean false>
| <description>
Thanks very much
JIRA