diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 22:17:36 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 23:20:31 +0200 |
commit | a49298ee8a3c3fd7426154c36052663392e60752 (patch) | |
tree | 5f18bfcdef509c2c061025c416ce7d5076b6e147 /README.md | |
parent | misc: add deploy.sh script (diff) | |
download | fs-tracer-backend-a49298ee8a3c3fd7426154c36052663392e60752.tar.gz fs-tracer-backend-a49298ee8a3c3fd7426154c36052663392e60752.tar.bz2 fs-tracer-backend-a49298ee8a3c3fd7426154c36052663392e60752.zip |
Switch to kafka :^)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 3026437..e370961 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ helm --namespace metallb-system install --create-namespace metallb metallb/metal kubectl apply -f metallb_config.yml kubectl apply -f metallb_announce.yml -helm install rabbitmq oci://registry-1.docker.io/bitnamicharts/rabbitmq +helm install kafka oci://registry-1.docker.io/bitnamicharts/kafka --set controller.replicaCount=1,controller.livenessProbe.initialDelaySeconds=120 to deploy, execute the ./deploy.sh script |