Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124697
D8499.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
987 B
Subscribers
None
D8499.diff
View Options
diff --git a/swh/templates/storage-replayer/deployment.yaml b/swh/templates/storage-replayer/deployment.yaml
--- a/swh/templates/storage-replayer/deployment.yaml
+++ b/swh/templates/storage-replayer/deployment.yaml
@@ -69,6 +69,17 @@
value: {{ $.Values.statsdExternalHost | default "prometheus-statsd-exporter" }}
- name: STATSD_PORT
value: {{ $.Values.statsdPort | default "9125" | quote }}
+ - name: SWH_SENTRY_ENVIRONMENT
+ value: {{ $.Values.sentry.environment }}
+ - name: SWH_MAIN_PACKAGE
+ value: swh.storage
+ - name: SWH_SENTRY_DSN
+ valueFrom:
+ secretKeyRef:
+ name: storage-replayer-sentry-secrets
+ key: sentry-dsn
+ # 'name' secret must exist & include key "host"
+ optional: true
imagePullPolicy: Always
volumeMounts:
- name: configuration
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 5:33 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3222797
Attached To
D8499: Make storage-replayer push their issue to sentry
Event Timeline
Log In to Comment