Skip to content

Commit

Permalink
Merge pull request #3877 from lsst-sqre/u/rra/unfurlbot
Browse files Browse the repository at this point in the history
Add TAXICAB to unfurlbot Jira topics
  • Loading branch information
rra authored Nov 12, 2024
2 parents 64e6809 + b754fc5 commit 23714d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion applications/unfurlbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Squarebot backend that unfurls Jira issues.
| autoscaling.maxReplicas | int | `100` | Maximum number of unfurlbot deployment pods |
| autoscaling.minReplicas | int | `1` | Minimum number of unfurlbot deployment pods |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | Target CPU utilization of unfurlbot deployment pods |
| config.jiraProjects | string | `"ADMIN, CCB, CAP, COMCAM, COMT, DM, EPO, FRACAS, IAM, IHS, IT, ITRFC, LOVE, LASD, LIT, LOPS, LVV, M1M3V, OPSIM, PHOSIM, PST, PSV, PUB, RFC, RM, SAFE, SIM, SPP, SBTT, SE, SUMMIT, TSAIV, TCT, SECMVERIF, TMDC, TPC, TSEIA, TAS, TELV, TSSAL, TSS, TSSPP, WMP, PREOPS, OBS, SITCOM, BLOCK\n"` | Names of Jira projects to unfurl (comma-separated) |
| config.jiraProjects | string | See `values.yaml` | Names of Jira projects to unfurl (comma-separated) |
| config.jiraUrl | string | `"https://rubinobs.atlassian.net/"` | Jira base URL |
| config.logLevel | string | `"INFO"` | Logging level: "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL" |
| config.redisUrl | string | `"redis://unfurlbot-redis:6379/0"` | URL to the local redis instance |
Expand Down
14 changes: 10 additions & 4 deletions applications/unfurlbot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,27 @@ config:
# -- Kafka topic name for the Slack `app_mention` events
slackAppMention: "lsst.square-events.squarebot.slack.app.mention"

# -- Kafka topic name for the Slack `message.channels` events (public channels)
# -- Kafka topic name for the Slack `message.channels` events (public
# channels)
slackMessageChannels: "lsst.square-events.squarebot.slack.message.channels"

# -- Kafka topic name for the Slack `message.groups` events (private channels)
# -- Kafka topic name for the Slack `message.groups` events (private
# channels)
slackMessageGroups: "lsst.square-events.squarebot.slack.message.groups"

# -- Kafka topic name for the Slack `message.im` events (direct message channels)
# -- Kafka topic name for the Slack `message.im` events (direct message
# channels)
slackMessageIm: "lsst.square-events.squarebot.slack.message.im"

# -- Kafka topic name for the Slack `message.mpim` events (multi-person direct messages)
# -- Kafka topic name for the Slack `message.mpim` events (multi-person
# direct messages)
slackMessageMpim: "lsst.square-events.squarebot.slack.message.mpim"

# -- Jira base URL
jiraUrl: "https://rubinobs.atlassian.net/"

# -- Names of Jira projects to unfurl (comma-separated)
# @default -- See `values.yaml`
jiraProjects: >
ADMIN,
CCB,
Expand Down Expand Up @@ -81,6 +86,7 @@ config:
TPC,
TSEIA,
TAS,
TAXICAB,
TELV,
TSSAL,
TSS,
Expand Down

0 comments on commit 23714d6

Please sign in to comment.