Skip to content

Commit

Permalink
feat(uptime): Add uptime monitor checks consumer to deploy script (#6731
Browse files Browse the repository at this point in the history
)

Add uptime monitor checks consumer to the deployment script to ensure it
gets deployed along with other Snuba consumers.
  • Loading branch information
JoshFerge authored Jan 8, 2025
1 parent 33453a0 commit b45cc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gocd/templates/bash/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ eval $(/devinfra/scripts/regions/project_env_vars.py --region="${SENTRY_REGION}"
--container-name="eap-spans-profiled-consumer" \
--container-name="eap-spans-subscriptions-scheduler" \
--container-name="eap-spans-subscriptions-executor" \
--container-name="uptime-results-consumer" \
--container-name="lw-deletions-search-issues-consumer" \
&& /devinfra/scripts/k8s/k8s-deploy.py \
--label-selector="${LABEL_SELECTOR}" \
Expand Down

0 comments on commit b45cc6a

Please sign in to comment.