unfurlbot Helm values reference¶
Helm values reference table for the unfurlbot application.
Key  | 
Type  | 
Default  | 
Description  | 
|---|---|---|---|
affinity  | 
object  | 
  | 
Affinity rules for the unfurlbot deployment pod  | 
autoscaling.enabled  | 
bool  | 
  | 
Enable autoscaling of unfurlbot deployment  | 
autoscaling.maxReplicas  | 
int  | 
  | 
Maximum number of unfurlbot deployment pods  | 
autoscaling.minReplicas  | 
int  | 
  | 
Minimum number of unfurlbot deployment pods  | 
autoscaling.targetCPUUtilizationPercentage  | 
int  | 
  | 
Target CPU utilization of unfurlbot deployment pods  | 
config.jiraProjects  | 
string  | 
  | 
Names of Jira projects to unfurl (comma-separated)  | 
config.jiraUrl  | 
string  | 
  | 
Jira base URL  | 
config.logLevel  | 
string  | 
  | 
Logging level: “DEBUG”, “INFO”, “WARNING”, “ERROR”, “CRITICAL”  | 
config.redisUrl  | 
string  | 
  | 
URL to the local redis instance  | 
config.topics.slackAppMention  | 
string  | 
  | 
Kafka topic name for the Slack   | 
config.topics.slackMessageChannels  | 
string  | 
  | 
Kafka topic name for the Slack   | 
config.topics.slackMessageGroups  | 
string  | 
  | 
Kafka topic name for the Slack   | 
config.topics.slackMessageIm  | 
string  | 
  | 
Kafka topic name for the Slack   | 
config.topics.slackMessageMpim  | 
string  | 
  | 
Kafka topic name for the Slack   | 
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 unfurlbot image  | 
image.repository  | 
string  | 
  | 
Image to use in the unfurlbot deployment  | 
image.tag  | 
string  | 
  | 
Overrides the image tag whose default is the chart appVersion.  | 
ingress.annotations  | 
object  | 
  | 
Additional annotations for the ingress rule  | 
nodeSelector  | 
object  | 
  | 
Node selection rules for the unfurlbot deployment pod  | 
podAnnotations  | 
object  | 
  | 
Annotations for the unfurlbot deployment pod  | 
replicaCount  | 
int  | 
  | 
Number of web deployment pods to start  | 
resources  | 
object  | 
  | 
Resource limits and requests for the unfurlbot deployment pod  | 
tolerations  | 
list  | 
  | 
Tolerations for the unfurlbot deployment pod  |