about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 12:47:26 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 15:39:09 +0200
commita0f2eab19883bee5e80343409764d0a79c6adeb4 (patch)
treeb73dcac49afe016a38819c9acb24663c3789f207 /README.md
parentrest-api: Create specific payload endpoint (diff)
downloadfs-tracer-backend-a0f2eab19883bee5e80343409764d0a79c6adeb4.tar.gz
fs-tracer-backend-a0f2eab19883bee5e80343409764d0a79c6adeb4.tar.bz2
fs-tracer-backend-a0f2eab19883bee5e80343409764d0a79c6adeb4.zip
Start setting up rabbitmq connection
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8608737..bcbc18a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,5 @@ kubectl apply -f metallb_announce.yml
 
 helm install rabbitmq oci://registry-1.docker.io/bitnamicharts/rabbitmq
 
-helm install rest-api .
-
 bazel run //src/rest-api/cmd:push -- --tag "$(git rev-parse --short HEAD)"
 helm upgrade rest-api --set image.tag=$(git rev-parse --short HEAD) k8s/rest-api