diff --git a/config/samples/infra_v1beta1_automq.yaml b/config/samples/infra_v1beta1_automq.yaml index e2b0d81..bdf0104 100644 --- a/config/samples/infra_v1beta1_automq.yaml +++ b/config/samples/infra_v1beta1_automq.yaml @@ -10,8 +10,7 @@ spec: secretAccessKey: minio123 bucket: automq enablePathStyle: true - broker: - replicas: 1 + nodePort: 32009 controller: replicas: 3 jvmOptions: diff --git a/deploy/charts/automq-operator/templates/deployment.yaml b/deploy/charts/automq-operator/templates/deployment.yaml index c25d087..05b6cbf 100644 --- a/deploy/charts/automq-operator/templates/deployment.yaml +++ b/deploy/charts/automq-operator/templates/deployment.yaml @@ -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: