Supported pods for IBM Data Dictionary

To customize the workload in IBM Data Dictionary, modify the configuration for the pods that are handled by custom resource objects.

Note: Currently no Deployments support more than 1 replica.

Deployment pods that are handled by the AssetDataDictionary custom resource

The following pods are handled by the AssetDataDictionary custom resource object:

Table 1. Deployment pods that are handled by the AssetDataDictionary custom resource object
Pod name Container type Container name Default replicas Default resources
graph-store Container graph-store 1
resources:
  limits:
    cpu: '4'
    memory: 10Gi
  requests:
    cpu: '2'
    memory: 5Gi
  
maximo-connector Container maximo-connector 1
resources:
  limits:
    cpu: '2'
    memory: 4Gi
  requests:
    cpu: '1'
    memory: 2Gi
  
router Container router 1
resources:
  limits:
    cpu: '2'
    memory: 4Gi
  requests:
    cpu: '1'
    memory: 2Gi
  
series-store Container series-store 1
resources:
  limits:
    cpu: '2'
    memory: 4Gi
  requests:
    cpu: '1'
    memory: 2Gi
  
user-store Container user-store 1
resources:
  limits:
    cpu: '2'
    memory: 4Gi
  requests:
    cpu: '1'
    memory: 2Gi