Skip to content

Commit

Permalink
chore: update redis default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8ivejp committed Dec 22, 2022
1 parent 7fdd6be commit faa21d1
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions manifests/bucketeer/charts/api-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
publishTimeout: 1m
redis:
serverName:
poolMaxIdle: 50
poolMaxActive: 200
poolMaxIdle: 25
poolMaxActive: 25
addr:
oldestEventTimestamp:
furthestEventTimestamp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
redis:
serverName:
addr:
poolMaxIdle: 50
poolMaxActive: 50
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
redis:
serverName:
addr:
poolMaxIdle: 50
poolMaxActive: 50
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
redis:
serverName:
addr:
poolMaxIdle: 50
poolMaxActive: 50
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ env:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: non-persistent-redis
poolMaxIdle: 50
poolMaxActive: 200
serverName:
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down
2 changes: 1 addition & 1 deletion manifests/bucketeer/charts/feature-tag-cacher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: non-persistent-redis
serverName:
addr:
logLevel: info
port: 9090
Expand Down
4 changes: 2 additions & 2 deletions manifests/bucketeer/charts/feature/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ env:
experimentService: localhost:9001
redis:
serverName:
poolMaxIdle: 50
poolMaxActive: 200
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down
2 changes: 1 addition & 1 deletion manifests/bucketeer/charts/push-sender/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: non-persistent-redis
serverName:
poolMaxIdle: 5
poolMaxActive: 20
addr:
Expand Down
54 changes: 27 additions & 27 deletions manifests/bucketeer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ account-apikey-cacher:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: bucketeer-redis
serverName:
addr:
logLevel: info
port: 9090
Expand Down Expand Up @@ -150,10 +150,10 @@ api-gateway:
publishNumGoroutines: 200
publishTimeout: 1m
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 50
poolMaxActive: 200
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
oldestEventTimestamp: "168h"
furthestEventTimestamp:
logLevel: info
Expand Down Expand Up @@ -1094,10 +1094,10 @@ event-persister-evaluation-events-kafka:
flushSize: 100
flushInterval: 2s
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 50
poolMaxActive: 50
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down Expand Up @@ -1171,10 +1171,10 @@ event-persister-goal-events-kafka:
flushSize: 100
flushInterval: 2s
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 50
poolMaxActive: 50
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down Expand Up @@ -1248,10 +1248,10 @@ event-persister-user-events-kafka:
flushSize: 100
flushInterval: 2s
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 50
poolMaxActive: 50
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down Expand Up @@ -1382,9 +1382,9 @@ feature:
accountService: localhost:9001
experimentService: localhost:9001
redis:
serverName: bucketeer-redis
poolMaxIdle: 50
poolMaxActive: 200
serverName:
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down Expand Up @@ -1519,9 +1519,9 @@ feature-segment-persister:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: non-persistent-redis
poolMaxIdle: 50
poolMaxActive: 200
serverName:
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down Expand Up @@ -1575,8 +1575,8 @@ feature-tag-cacher:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
serverName:
addr:
logLevel: info
port: 9090
metricsPort: 9002
Expand Down Expand Up @@ -2212,8 +2212,8 @@ push-sender:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
serverName:
addr:
poolMaxIdle: 5
poolMaxActive: 20
logLevel: info
Expand Down

0 comments on commit faa21d1

Please sign in to comment.