Skip to content

Commit

Permalink
chore(sage-monorepo): enable the publication of Sage artifacts with s…
Browse files Browse the repository at this point in the history
…emver tags (#2909)
  • Loading branch information
tschaffter authored Nov 13, 2024
1 parent e42f2b9 commit b24cada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- 'agora/v*'
- 'openchallenges/v*'
- 'sage/v*'

permissions:
packages: write
Expand Down
6 changes: 1 addition & 5 deletions docker/sage/services/otel-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ services:
networks:
- sage
ports:
- '1888:1888' # pprof extension
- '8888:8888' # Prometheus metrics exposed by the collector
- '8889:8889' # Prometheus exporter metrics
- '13133:13133' # health_check extension
- '4317:4317' # OTLP gRPC receiver
- '55679:55679' # zpages extension
- '4318:4318' # OTLP http receiver
deploy:
resources:
limits:
Expand Down

0 comments on commit b24cada

Please sign in to comment.