Herald Helm values reference#
Helm values reference table for the herald application.
Key |
Type |
Default |
Description |
|---|---|---|---|
affinity |
object |
|
Affinity rules for the herald deployment pod |
autoscaling.enabled |
bool |
|
Enable autoscaling of the herald deployment |
autoscaling.maxReplicas |
int |
|
Maximum number of herald deployment pods |
autoscaling.minReplicas |
int |
|
Minimum number of herald deployment pods |
autoscaling.targetCPUUtilizationPercentage |
int |
|
Target CPU utilization as a percentage of requested CPU for autoscaling |
autoscaling.targetMemoryUtilizationPercentage |
string |
|
Target memory utilization as a percentage of requested memory for autoscaling |
config.logLevel |
string |
|
Logging level |
config.logProfile |
string |
|
Logging profile ( |
config.pathPrefix |
string |
|
URL path prefix |
config.s3AlertsBucket |
string |
|
S3 bucket name containing the alert archive packets |
config.s3AlertsPrefix |
string |
|
S3 key prefix for alert packets. |
config.s3Credentials |
bool |
|
Whether to mount S3 credentials (access key ID and secret) from Vault. Set to true for environments that use key-based S3 auth (e.g. MinIO/Ceph at USDF). |
config.s3EndpointUrl |
string |
|
Override endpoint URL for S3-compatible stores (MinIO, Ceph). |
config.s3Region |
string |
|
S3 region. Ignored by MinIO/Ceph; required when using GCS S3-compatible API or AWS S3. |
config.s3SchemasBucket |
string |
|
S3 bucket name containing the Avro schema JSON files |
config.s3SchemasPrefix |
string |
|
S3 key prefix for Avro schemas. |
config.slackAlerts |
bool |
|
Whether to send Slack alerts for unexpected failures |
global.host |
string |
Set by Argo CD |
Host name for ingress |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
image.pullPolicy |
string |
|
Pull policy for the herald image |
image.repository |
string |
|
Image to use in the herald deployment |
image.tag |
string |
The appVersion of the chart |
Tag of image to use |
ingress.annotations |
object |
|
Additional annotations for the ingress rule |
nodeSelector |
object |
|
Node selection rules for the herald deployment pod |
podAnnotations |
object |
|
Annotations for the herald deployment pod |
replicaCount |
int |
|
Number of web deployment pods to start |
resources |
object |
See |
Resource limits and requests for the herald deployment pod |
tolerations |
list |
|
Tolerations for the herald deployment pod |