diff --git a/sentry/templates/deployment-snuba-consumer.yaml b/sentry/templates/deployment-snuba-consumer.yaml index 92b8f8a3b..b6b04b722 100644 --- a/sentry/templates/deployment-snuba-consumer.yaml +++ b/sentry/templates/deployment-snuba-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-generic-metrics-counters-consumer.yaml b/sentry/templates/deployment-snuba-generic-metrics-counters-consumer.yaml index 6f85cdb17..5339f5d08 100644 --- a/sentry/templates/deployment-snuba-generic-metrics-counters-consumer.yaml +++ b/sentry/templates/deployment-snuba-generic-metrics-counters-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-generic-metrics-distributions-consumer.yaml b/sentry/templates/deployment-snuba-generic-metrics-distributions-consumer.yaml index 0d1653da4..893263cea 100644 --- a/sentry/templates/deployment-snuba-generic-metrics-distributions-consumer.yaml +++ b/sentry/templates/deployment-snuba-generic-metrics-distributions-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-generic-metrics-sets-consumer.yaml b/sentry/templates/deployment-snuba-generic-metrics-sets-consumer.yaml index ea12e9ef9..d41b8d366 100644 --- a/sentry/templates/deployment-snuba-generic-metrics-sets-consumer.yaml +++ b/sentry/templates/deployment-snuba-generic-metrics-sets-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-issue-occurrence-consumer.yaml b/sentry/templates/deployment-snuba-issue-occurrence-consumer.yaml index f8fd23cc1..cd7b8f0a5 100644 --- a/sentry/templates/deployment-snuba-issue-occurrence-consumer.yaml +++ b/sentry/templates/deployment-snuba-issue-occurrence-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-metrics-consumer.yaml b/sentry/templates/deployment-snuba-metrics-consumer.yaml index 50da46bf7..4ff4c3615 100644 --- a/sentry/templates/deployment-snuba-metrics-consumer.yaml +++ b/sentry/templates/deployment-snuba-metrics-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-outcomes-consumer.yaml b/sentry/templates/deployment-snuba-outcomes-consumer.yaml index 17d8c2138..7e17fbbb0 100644 --- a/sentry/templates/deployment-snuba-outcomes-consumer.yaml +++ b/sentry/templates/deployment-snuba-outcomes-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-profiling-functions-consumer.yaml b/sentry/templates/deployment-snuba-profiling-functions-consumer.yaml index 8111428df..d927687b8 100644 --- a/sentry/templates/deployment-snuba-profiling-functions-consumer.yaml +++ b/sentry/templates/deployment-snuba-profiling-functions-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-profiling-profiles-consumer.yaml b/sentry/templates/deployment-snuba-profiling-profiles-consumer.yaml index fb09d4e68..c8110978e 100644 --- a/sentry/templates/deployment-snuba-profiling-profiles-consumer.yaml +++ b/sentry/templates/deployment-snuba-profiling-profiles-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-replacer.yaml b/sentry/templates/deployment-snuba-replacer.yaml index 56ae40174..d410e520f 100644 --- a/sentry/templates/deployment-snuba-replacer.yaml +++ b/sentry/templates/deployment-snuba-replacer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "replacer" - "--storage" diff --git a/sentry/templates/deployment-snuba-replays-consumer.yaml b/sentry/templates/deployment-snuba-replays-consumer.yaml index 9fb1c7b61..ce0fd1025 100644 --- a/sentry/templates/deployment-snuba-replays-consumer.yaml +++ b/sentry/templates/deployment-snuba-replays-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage" diff --git a/sentry/templates/deployment-snuba-subscription-consumer-events.yaml b/sentry/templates/deployment-snuba-subscription-consumer-events.yaml index 7e87be308..4e6c91d4e 100644 --- a/sentry/templates/deployment-snuba-subscription-consumer-events.yaml +++ b/sentry/templates/deployment-snuba-subscription-consumer-events.yaml @@ -65,7 +65,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "subscriptions-scheduler-executor" - "--auto-offset-reset={{ .Values.snuba.subscriptionConsumerEvents.autoOffsetReset }}" diff --git a/sentry/templates/deployment-snuba-subscription-consumer-metrics.yaml b/sentry/templates/deployment-snuba-subscription-consumer-metrics.yaml index e590ca836..698881a42 100644 --- a/sentry/templates/deployment-snuba-subscription-consumer-metrics.yaml +++ b/sentry/templates/deployment-snuba-subscription-consumer-metrics.yaml @@ -65,7 +65,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "subscriptions-scheduler-executor" - "--auto-offset-reset={{ .Values.snuba.subscriptionConsumerMetrics.autoOffsetReset }}" diff --git a/sentry/templates/deployment-snuba-subscription-consumer-transactions.yaml b/sentry/templates/deployment-snuba-subscription-consumer-transactions.yaml index e161e2ad9..bf4def9ed 100644 --- a/sentry/templates/deployment-snuba-subscription-consumer-transactions.yaml +++ b/sentry/templates/deployment-snuba-subscription-consumer-transactions.yaml @@ -65,7 +65,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "subscriptions-scheduler-executor" - "--auto-offset-reset={{ .Values.snuba.subscriptionConsumerTransactions.autoOffsetReset }}" diff --git a/sentry/templates/deployment-snuba-transactions-consumer.yaml b/sentry/templates/deployment-snuba-transactions-consumer.yaml index 79f0a66ca..8b0c6af2a 100644 --- a/sentry/templates/deployment-snuba-transactions-consumer.yaml +++ b/sentry/templates/deployment-snuba-transactions-consumer.yaml @@ -72,7 +72,8 @@ spec: - name: {{ .Chart.Name }}-snuba image: "{{ template "snuba.image" . }}" imagePullPolicy: {{ default "IfNotPresent" .Values.images.snuba.pullPolicy }} - command: + command: ["/usr/src/snuba/custom-entrypoint.sh"] + args: - "snuba" - "consumer" - "--storage"