Datalinker Helm values reference#
Helm values reference table for the datalinker application.
Key |
Type |
Default |
Description |
|---|---|---|---|
affinity |
object |
|
Affinity rules for the datalinker deployment pod |
config.linksLifetime |
string |
|
Lifetime of the |
config.logLevel |
string |
|
Logging level |
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 for DataLink and related APIs |
config.sentry.enabled |
bool |
|
Whether to enable the Sentry integration |
config.slackAlerts |
bool |
|
Whether to send certain serious alerts to Slack |
config.tapMetadataUrl |
string |
|
URL containing TAP schema metadata used to construct queries |
global.environmentName |
string |
Set by Argo CD |
Name of the Phalanx environment |
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 datalinker image |
image.repository |
string |
|
Image to use in the datalinker deployment |
image.tag |
string |
|
Overrides the image tag whose default is the chart appVersion. |
ingress.annotations |
object |
|
Additional annotations for the ingresses |
nodeSelector |
object |
|
Node selection rules for the datalinker deployment pod |
podAnnotations |
object |
|
Annotations for the datalinker deployment pod |
replicaCount |
int |
|
Number of web deployment pods to start |
resources |
object |
See |
Resource limits and requests for the datalinker deployment pod |
tolerations |
list |
Tolerate GKE arm64 taint |
Tolerations for the datalinker deployment pod |