Conesearch Helm values reference#
Helm values reference table for the conesearch application.
Key |
Type |
Default |
Description |
|---|---|---|---|
affinity |
object |
|
Affinity rules for the conesearch deployment pod |
autoscaling.enabled |
bool |
|
Enable autoscaling of the conesearch deployment |
autoscaling.maxReplicas |
int |
|
Maximum number of conesearch deployment pods |
autoscaling.minReplicas |
int |
|
Minimum number of conesearch deployment pods |
autoscaling.targetCPUUtilizationPercentage |
int |
|
Target CPU utilization of conesearch deployment pods |
autoscaling.targetMemoryUtilizationPercentage |
string |
|
Target memory utilization of conesearch deployment pods |
config.collections |
object |
|
ConeSearch collections. Each key is the collection name as it appears in the URL path. Each value configures the TAP service and table to query. Required keys per collection: |
config.logLevel |
string |
|
Logging level |
config.logProfile |
string |
|
Logging profile ( |
config.metrics.application |
string |
|
Name under which to log metrics. Generally there is no reason to change this. |
config.metrics.enabled |
bool |
|
Whether to enable sending metrics |
config.metrics.events.topicPrefix |
string |
|
Topic prefix for events. It may sometimes be useful to change this in development environments. |
config.metrics.schemaManager.registryUrl |
string |
Sasquatch in the local cluster |
URL of the Confluent-compatible schema registry server |
config.metrics.schemaManager.suffix |
string |
|
Suffix to add to all registered subjects. This is sometimes useful for experimentation during development. |
config.pathPrefix |
string |
|
URL path prefix |
config.slackAlerts |
bool |
|
Whether to send alerts and status to Slack. |
global.host |
string |
Set by Argo CD |
Host name for ingress |
global.repertoireUrl |
string |
Set by Argo CD |
Base URL for Repertoire discovery API |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
image.pullPolicy |
string |
|
Pull policy for the conesearch image |
image.repository |
string |
|
Image to use in the conesearch 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 conesearch deployment pod |
podAnnotations |
object |
|
Annotations for the conesearch deployment pod |
replicaCount |
int |
|
Number of web deployment pods to start |
resources |
object |
See |
Resource limits and requests for the conesearch deployment pod |
tolerations |
list |
|
Tolerations for the conesearch deployment pod |