Skip to main content
Version: Spectra Detect 6.2.0

Reloader ConfigMap Values

Values

KeyTypeDefaultDescription
reloader.reloaderobject-Reloader configuration values.
reloader.reloader.logFormatstring"json"Set the type of log format. Use "json" for structured logging or leave empty "" for plain text.
reloader.reloader.logLevelstring"info"Set the verbosity of the logs. Options: trace, debug, info, warning, error, fatal, panic.
reloader.reloader.reloadOnCreatebooltrueEnable rolling upgrades for workloads when a referenced ConfigMap or Secret is newly created in the namespace. Highly useful for dynamically injected configurations (e.g., Vault, External Secrets).
reloader.reloader.reloadOnDeletebooltrueEnable rolling upgrades for workloads when a referenced ConfigMap or Secret is deleted. This ensures pods don't continue running in a stale state with in-memory configurations that no longer exist in the cluster.
reloader.reloader.resourcesobject-Resource requests and limits for the container.
reloader.reloader.resources.limitsobject-The maximum amount of resources the container is allowed to consume.
reloader.reloader.resources.limits.cpustring"100m"CPU limit. Throttling occurs if the container exceeds this value.
reloader.reloader.resources.limits.memorystring"512Mi"Memory limit. If exceeded, the container may be terminated with an OOMKilled error.
reloader.reloader.resources.requestsobject-The minimum amount of resources the container is guaranteed.
reloader.reloader.resources.requests.cpustring"10m"CPU request.
reloader.reloader.resources.requests.memorystring"128Mi"Memory request.