Skip to content

Commit

Permalink
Deploy staging from main branch (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf authored Jul 2, 2024
1 parent 6d125e6 commit 55e2d61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: aggregation-staging-app
image: ghcr.io/zooniverse/aggregation-for-caesar:batch-aggregation-staging
image: ghcr.io/zooniverse/aggregation-for-caesar:__IMAGE_TAG__
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -124,7 +124,7 @@ spec:
spec:
containers:
- name: aggregation-staging-celery
image: ghcr.io/zooniverse/aggregation-for-caesar:batch-aggregation-staging
image: ghcr.io/zooniverse/aggregation-for-caesar:__IMAGE_TAG__
resources:
requests:
memory: "500Mi"
Expand Down

0 comments on commit 55e2d61

Please sign in to comment.