Skip to content

Commit

Permalink
chore: untify the path of s3stream and store
Browse files Browse the repository at this point in the history
Signed-off-by: wangxye <xuanyewang.cs@gmail.com>
  • Loading branch information
wangxye committed Nov 28, 2023
1 parent 0082b78 commit f600870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions distribution/helm/charts/automq-for-rocketmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ broker:
secretKey: "rocketmq"

s3Stream:
s3WALPath: "/tmp/s3rocketmq/wal"
s3WALPath: "/root/logs/rocketmqlogs"
s3Endpoint: "http://minio.local:9000"
s3Bucket: "bucket-name"
s3Region: "us-east-1"
Expand All @@ -60,7 +60,7 @@ broker:
dumpHeapOnError: true
metrics:
exporterType: "OTLP_GRPC"
grpcExporterTarget: "http://10.129.63.127:4317"
grpcExporterTarget: "http://localhost:4317"
grpcExporterHeader: ""
grpcExporterTimeOutInMills: 31000
periodicExporterIntervalInMills: 30000
Expand Down
14 changes: 2 additions & 12 deletions distribution/helm/deploy/helm_sample_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ broker:
replicaCount: 1
conf:
s3Stream:
s3WALPath: "/tmp/s3rocketmq/wal"
s3WALPath: "/root/logs/rocketmqlogs/s3rocketmq/wal"
s3Endpoint: "http://s3-localstack:4566"
s3Bucket: "ros"
s3Region: "eu-west-2"
Expand All @@ -28,21 +28,11 @@ broker:
refillPeriodMs: 100

store:
kvPath: "/tmp/s3rocketmq/kvstore"
kvPath: "/root/logs/rocketmqlogs/s3rocketmq/kvstore"
db:
url: "jdbc:mysql://mysql:3306/metadata"
userName: "root"
password: "passward"
controller:
recycleS3IntervalInSecs: 360
dumpHeapOnError: true
metrics:
exporterType: "OTLP_GRPC"
grpcExporterTarget: "http://10.129.63.127:4317"
grpcExporterHeader: ""
grpcExporterTimeOutInMills: 31000
periodicExporterIntervalInMills: 30000
promExporterPort: 5557
promExporterHost: "localhost"
labels: ""
exportInDelta: false

0 comments on commit f600870

Please sign in to comment.