Skip to main content
Version: Spectra Detect 6.2.0

Data Change Service Secrets and ConfigMap values

Values

Kubernetes Settings

KeyTypeDefaultDescription
imagePullSecretslist[{"name":"rl-registry-key"}]Set of stored credentials (authentication tokens) that allows Kubernetes node to "log in" to a private container registry to pull restricted images. Each item must be an object with a 'name' key.
useReloaderstringnilWhether to enable Reloader annotations. When defined, this value takes precedence over global.useReloader.

Pod Settings

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