Skip to content

Commit

Permalink
feat: kafka ha (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto authored Apr 3, 2020
1 parent 87bfc2c commit 3b581f0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git checkout gh-pages
# - name: Build zips
# uses: yeouchien/helm3-action@f3a7c239c5c60777210c8e631839edf5dd3fa29c
# with:
# command: dep update main/sentry

- name: Build zips
uses: yeouchien/helm3-action@f3a7c239c5c60777210c8e631839edf5dd3fa29c
with:
Expand Down
1 change: 0 additions & 1 deletion sentry/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/charts
test.yaml
Binary file added sentry/charts/clickhouse-1.0.1.tgz
Binary file not shown.
Binary file added sentry/charts/kafka-9.0.4.tgz
Binary file not shown.
Binary file added sentry/charts/postgresql-8.2.1.tgz
Binary file not shown.
Binary file added sentry/charts/rabbitmq-ha-1.38.2.tgz
Binary file not shown.
Binary file added sentry/charts/redis-9.3.2.tgz
Binary file not shown.
10 changes: 6 additions & 4 deletions sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ symbolicator:
auth:
register: true

kafka:
host: kafka-confluent
port: 9092

service:
name: sentry
type: ClusterIP
Expand Down Expand Up @@ -227,6 +223,12 @@ clickhouse:

kafka:
enabled: true
replicaCount: 3
allowPlaintextListener: true
defaultReplicationFactor: 3
offsetsTopicReplicationFactor: 3
transactionStateLogReplicationFactor: 3
transactionStateLogMinIsr: 3

service:
port: 9092
Expand Down

0 comments on commit 3b581f0

Please sign in to comment.