File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
sentry/ingest/replay-recordings Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,11 @@ spec:
104104 - " --healthcheck-file-path"
105105 - " /tmp/health.txt"
106106 {{- end }}
107+ {{- if .Values.sentry.ingestReplayRecordings.maxPollIntervalMs }}
108+ - " --max-poll-interval-ms"
109+ - " {{ .Values.sentry.ingestReplayRecordings.maxPollIntervalMs }}"
110+ {{- end }}
111+ - " --"
107112 {{- if .Values.sentry.ingestReplayRecordings.livenessProbe.enabled }}
108113 livenessProbe :
109114 exec :
Original file line number Diff line number Diff line change @@ -129,6 +129,11 @@ spec:
129129 - " --health-check-file"
130130 - " /tmp/health.txt"
131131 {{- end }}
132+ {{- if .Values.snuba.replaysConsumer.maxPollIntervalMs }}
133+ - " --max-poll-interval-ms"
134+ - " {{ .Values.snuba.replaysConsumer.maxPollIntervalMs }}"
135+ {{- end }}
136+ - " --"
132137 {{- if .Values.snuba.replaysConsumer.livenessProbe.enabled }}
133138 livenessProbe :
134139 exec :
Original file line number Diff line number Diff line change @@ -510,6 +510,7 @@ sentry:
510510 nodeSelector : {}
511511 securityContext : {}
512512 containerSecurityContext : {}
513+ # maxPollIntervalMs: 30000
513514 # tolerations: []
514515 # podLabels: {}
515516 # it's better to use prometheus adapter and scale based on
@@ -1613,6 +1614,7 @@ snuba:
16131614 securityContext : {}
16141615 topologySpreadConstraints : []
16151616 containerSecurityContext : {}
1617+ # maxPollIntervalMs: 30000
16161618 # tolerations: []
16171619 # podLabels: {}
16181620 # autoOffsetReset: "earliest"
You can’t perform that action at this time.
0 commit comments