| image | object | - | Configuration values of the Data Change Service image. |
| image.pullPolicy | string | "Always" | Image pull policy. Options: Always, IfNotPresent, Never. |
| image.tag | string | "1.31.0-1" | Image tag. |
| resources | object | - | Resource requests and limits for the container. |
| resources.limits | object | - | The maximum amount of resources the container is allowed to consume. |
| resources.limits.cpu | string | "2000m" | CPU limit. Throttling occurs if the container exceeds this value. |
| resources.limits.memory | string | "2Gi" | Memory limit. If exceeded, the container may be terminated with an OOMKilled error. |
| resources.requests | object | - | The minimum amount of resources the container is guaranteed. |
| resources.requests.cpu | string | "500m" | CPU request. |
| resources.requests.memory | string | "512Mi" | Memory request. |