Supported pods for Maximo Assist
To customize the workload in IBM® Maximo® Assist, modify the configuration for the pods that are handled by custom resource objects.
During deployment of Maximo Assist, horizontal pod autoscale
is enabled by default based on CPU and memory resource utilization. Maximo Assist automatically scales the internal components. To scale the
deployment pods manually by using podTemplates
, you must disable horizontal pod
autoscale by setting the spec.settings.common.podautoscale
to
false in the AssistApp custom resource.
Deployment pods that are handled by the AssistApp custom resource
The following deployment pods are handled by the AssistApp custom
resource object:
Pod name | Container type | Container name | Default replicas | Default resources |
---|---|---|---|---|
api |
Container | ema-api |
1 |
|
adminconsole |
Container | ema-admin-console |
1 |
|
antivirus |
Container | ema-anti-virus |
1 |
|
crawler |
Container | ema-crawler |
1 |
|
diagnosisengine |
Container |
|
1 |
|
diagnosisengine |
Container | ema-diagnosis-engine-bn |
1 |
|
diagnosisengine |
Container | ema-diagnosis-engine-dt |
1 |
|
haproxy |
Container | haproxy |
1 |
|
multitenant |
Container | ema-multi-tenant |
1 |
|
studio |
Container | ema-studio |
1 |
|
technician |
Container | ema-technician |
1 |
|
voicegateway |
Container | assist-voice-gateway |
1 |
|
voicemanagement |
Container | assist-voice-management |
1 |
|
voicesessionmxinspect |
Container | assist-voice-session-mxinspect |
1 |
|
Statefulset pods that are handled by the AssistApp custom resource object
The following Statefulset pods are handled by the AssistApp custom
resource object:
Pod name | Container type | Container name | Default replicas | Default resources |
---|---|---|---|---|
couch |
Container |
|
3 |
|
redis |
Container | redis |
3 |
|
redis |
Container | sentinel |
3 |
|
Note:
- In
couch
pod, customization of theCouchDB size
is not supported as it is exposed during the deployment of Maximo Assist. - In
redis
pod, customization of theScale out/in by
is not supported.