Skip to content

Commit

Permalink
chore(eap): Allow to deploy the items consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops committed Feb 19, 2025
1 parent edd3ee5 commit e892da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gocd/templates/bash/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ eval $(/devinfra/scripts/regions/project_env_vars.py --region="${SENTRY_REGION}"
--container-name="uptime-results-consumer" \
--container-name="lw-deletions-search-issues-consumer" \
--container-name="eap-logs-consumer" \
--container-name="eap-items-span-consumer" \
&& /devinfra/scripts/k8s/k8s-deploy.py \
--label-selector="${LABEL_SELECTOR}" \
--image="us-central1-docker.pkg.dev/sentryio/snuba/image:${GO_REVISION_SNUBA_REPO}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ storage:
key: eap_items
set_key: events_analytics_platform

readiness_state: limited
readiness_state: complete

schema:
columns:
Expand Down

0 comments on commit e892da9

Please sign in to comment.