Skip to content

Commit d079be2

Browse files
committed
helm: enable activity workers (pinned image tag) + wire emit Redis URL on fiftyone-app
1 parent 7fe97be commit d079be2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

helm/fiftyone-teams-app/values.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@ appSettings:
278278
deploymentAnnotations: {}
279279
# Environment Variables are passed to the `fiftyone-app` containers
280280
env:
281+
# -- Activity Analytics: where the workflows-plugin emit() enqueues events
282+
# (the bundled in-cluster Redis). Emit is fire-and-forget; if unset the
283+
# review_submitted events simply don't flow.
284+
FIFTYONE_MQ_REDIS_URL: "redis://activity-redis:6379/0"
281285
# @schema
282286
# type: ["string", "boolean"]
283287
# @schema
@@ -1606,12 +1610,12 @@ teamsAppSettings:
16061610
# -----------------------------------------------------------------------------
16071611
activitySettings:
16081612
# -- Master toggle for the Activity workers + Redis.
1609-
enabled: false
1613+
enabled: true
16101614
image:
16111615
# -- Pinned worker image published from the fiftyone-activity repo.
16121616
repository: us-central1-docker.pkg.dev/computer-vision-team/dev-docker/fiftyone-activity
16131617
# -- REQUIRED when enabled: the published image tag (e.g. a commit SHA).
1614-
tag: ""
1618+
tag: "15e878fe29c4a28a6fa55d964805efb58388aa9e"
16151619
pullPolicy: IfNotPresent
16161620
mongo:
16171621
# -- Activity's own database on the shared Mongo instance.

0 commit comments

Comments
 (0)