qserv-kafka Helm values reference¶
Helm values reference table for the qserv-kafka
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the qserv-kafka deployment pod |
config.consumerGroupId |
string |
|
Kafka consumer group ID |
config.jobRunTopic |
string |
|
Kafka topic for query execution requests |
config.jobStatusTopic |
string |
|
Kafka topic for query status |
config.logLevel |
string |
|
Logging level |
config.logProfile |
string |
|
Logging profile ( |
config.qservDatabaseUrl |
string |
None, must be set |
URL to the Qserv MySQL interface (must use a scheme of |
config.qservPollInterval |
string |
|
Interval at which Qserv is polled for query status in Safir |
config.qservRestUrl |
string |
None, must be set |
URL to the Qserv REST API |
global.baseUrl |
string |
Set by Argo CD |
Base URL for the environment |
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 qserv-kafka image |
image.repository |
string |
|
Image to use in the qserv-kafka 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 qserv-kafka deployment pod |
podAnnotations |
object |
|
Annotations for the qserv-kafka deployment pod |
redis.config.secretKey |
string |
|
Key inside secret from which to get the Redis password (do not change) |
redis.config.secretName |
string |
|
Name of secret containing Redis password |
redis.persistence.accessMode |
string |
|
Access mode of storage to request |
redis.persistence.enabled |
bool |
|
Whether to persist Redis storage. Setting this to false will use |
redis.persistence.size |
string |
|
Amount of persistent storage to request |
redis.persistence.storageClass |
string |
|
Class of storage to request |
redis.persistence.volumeClaimName |
string |
|
Use an existing PVC, not dynamic provisioning. If this is set, the size, storageClass, and accessMode settings are ignored. |
redis.resources |
object |
See |
Resource limits and requests for the Redis pod |
resources |
object |
See |
Resource limits and requests for the qserv-kafka deployment pod |
tolerations |
list |
|
Tolerations for the qserv-kafka deployment pod |