Skip to content

Commit

Permalink
chore: update default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8ivejp committed Dec 22, 2022
1 parent faa21d1 commit bbd522e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/bucketeer/charts/push-sender/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ env:
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName:
poolMaxIdle: 5
poolMaxActive: 20
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down
4 changes: 2 additions & 2 deletions manifests/bucketeer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2214,8 +2214,8 @@ push-sender:
redis:
serverName:
addr:
poolMaxIdle: 5
poolMaxActive: 20
poolMaxIdle: 25
poolMaxActive: 25
logLevel: info
port: 9090
metricsPort: 9002
Expand Down

0 comments on commit bbd522e

Please sign in to comment.