Skip to content

Commit

Permalink
feat(main): fix chart (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu authored Oct 13, 2024
1 parent ce4b7d3 commit e3dc411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/samples/infra_v1beta1_automq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ spec:
secretAccessKey: minio123
bucket: automq
enablePathStyle: true
broker:
replicas: 1
nodePort: 32009
controller:
replicas: 3
jvmOptions:
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/automq-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- "-default-qps={{.Values.args.qps}}"
- "-max-retry-delay={{.Values.args.maxDelay}}"
- "-min-retry-delay={{.Values.args.minDelay}}"
- "-mount-tz=={{.Values.args.mountTZ}}"
- "-mount-tz={{.Values.args.mountTZ}}"
- "-zap-devel=false"
- "-zap-encoder=console"
env:
Expand Down

0 comments on commit e3dc411

Please sign in to comment.