Skip to content

Commit

Permalink
feat: add some missing kafka topics
Browse files Browse the repository at this point in the history
seems like these are needed for the newest sentry vsn
  • Loading branch information
michaeljguarino committed Nov 17, 2023
1 parent da1339f commit 68832a3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/helm/sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for deploying sentry on plural
type: application
version: 0.3.4
version: 0.3.5
appVersion: "23.6.1"
dependencies:
- name: sentry
Expand Down
25 changes: 25 additions & 0 deletions sentry/helm/sentry/templates/ingrest-topics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
labels:
strimzi.io/cluster: kafka
name: ingest-attachments
namespace: kafka
spec:
config: {}
partitions: 1
replicas: 1
topicName: ingest-attachments
---
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
labels:
strimzi.io/cluster: kafka
name: ingest-events
namespace: kafka
spec:
config: {}
partitions: 1
replicas: 1
topicName: ingest-events

0 comments on commit 68832a3

Please sign in to comment.