Application setup parameters
Provide the appropriate values to configure an application setup job.
Application setup processing
The following table lists the parameters for configuring Application setup processing.| Parameter | Description | Default value |
|---|---|---|
| application_setup.image.repository | The name of the Docker image for application setup job | cp.icr.io/cp/cp4a/bai/insights-engine-application-setup |
| application_setup.image.tag | Tag of the Docker image | 26.0.0 |
| application_setup.backoff_limit | The back-off limit property specifies the number of retries before the setup job is considered failed. | 6 |
| application_setup.resources.requests.memory | The minimum amount of memory required to start the application setup pod. | 350Mi |
| application_setup.resources.requests.cpu | The minimum amount of CPU to allocate to the Application Setup pod. | 200m |
| application_setup.resources.limits.memory | The maximum memory, including JVM heap and file system cache, to allocate to the application setup pod. | 350Mi |
| application_setup.resources.limits.cpu | The maximum amount of CPU to allocate to the Application Setup pod. | 200m |