Management service parameters
When you configure the IBM Business Automation Insights custom resource (CR), you can set resources parameters and the number of replicas.
Note:
- Configuration parameters for IBM Cloud Pak® for Business Automation custom resources start with the
spec.bai_configuration. prefix. For example:
spec: ... bai_configuration: management: replicas: 3 ... - For Business Automation Insights parameters that inherit
their default value from shared parameters, the values that are passed in the
bai_configurationsection of the custom resource take precedence over the values passed in theshared_configurationsection.
| Parameter | Description | Default value |
|---|---|---|
| From 25.0.0-IF004 management.enable_pdb |
Enables or disables a Pod Disruption Budget (PDB) for the BAI component. The parameter overrides
the When PDB is set to true and the replica count for BAI management is greater than 1, then a PDB is
created with a ` |
true |
| management.replicas | The number of replicas of the management service. | 2 |
| management.resources.requests.memory | The memory request for management pods. | 50Mi |
| management.resources.requests.cpu | The CPU request for management pods. | 100m |
| management.resources.limits.memory | The memory limit for management pods. | 140Mi |
| management.resources.limits.cpu | The CPU request for management pods. | 1000m |
| management.image.repository | The name of the docker image for management pod. | cp.icr.io/cp/cp4a/bai/insights-engine-management |
| management.image.tag | The tag of the docker image. | 23.0.2 |
| management.backend.image.repository | The name of the docker image for management backend pod. | cp.icr.io/cp/cp4a/bai/insights-engine-management-backend |
| management.backend.image.tag | The tag of the docker image. | 23.0.2 |