Skip to content

Commit c1b16bf

Browse files
author
ugo
committed
feat: increase replica count and shards for ClickHouse configuration
1 parent 030b2c5 commit c1b16bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/sentry/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,10 +2141,10 @@ clickhouse:
21412141
http: 8123
21422142
https: 8443
21432143
tcp: 9000
2144-
replicaCount: 1
2145-
shards: 1
2144+
replicaCount: 3
2145+
shards: 2
21462146
keeper:
2147-
replicaCount: 1
2147+
replicaCount: 3
21482148
auth:
21492149
username: default
21502150
password: "thePassword"

0 commit comments

Comments
 (0)