From a7015ad9c1008aeaffbd173120f23d28dc52d927 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Mon, 21 Oct 2024 16:42:28 +0800 Subject: [PATCH] feat(main): fix readme (#62) Signed-off-by: cuisongliu --- README.md | 2 ++ config/samples/infra_v1beta1_automq.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8dc8b7a..67b5bb3 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ spec: bucket: automq enablePathStyle: true nodePort: 32009 + broker: + replicas: 3 controller: replicas: 3 jvmOptions: diff --git a/config/samples/infra_v1beta1_automq.yaml b/config/samples/infra_v1beta1_automq.yaml index bdf0104..12ab0ef 100644 --- a/config/samples/infra_v1beta1_automq.yaml +++ b/config/samples/infra_v1beta1_automq.yaml @@ -11,6 +11,8 @@ spec: bucket: automq enablePathStyle: true nodePort: 32009 + broker: + replicas: 3 controller: replicas: 3 jvmOptions: