diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 17:53:33 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 17:53:33 +0200 |
commit | 24af496668218245af06e7085a0076264bda56ef (patch) | |
tree | 784018d222772244eefb44130d94205924feff15 /README.md | |
parent | misc: clean up unnecessary use of ptrs (diff) | |
download | fs-tracer-backend-24af496668218245af06e7085a0076264bda56ef.tar.gz fs-tracer-backend-24af496668218245af06e7085a0076264bda56ef.tar.bz2 fs-tracer-backend-24af496668218245af06e7085a0076264bda56ef.zip |
misc: add deploy.sh script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md index 89b3a2a..3026437 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,4 @@ kubectl apply -f metallb_announce.yml helm install rabbitmq oci://registry-1.docker.io/bitnamicharts/rabbitmq -bazel run //src/rest-api/cmd:push -- --tag "rest-api-$(git rev-parse --short HEAD)" -helm upgrade rest-api --set image.tag="rest-api-$(git rev-parse --short HEAD)" k8s/rest-api - -bazel run //src/payload-processor/cmd:push -- --tag "payload-processor-$(git rev-parse --short HEAD)" -helm upgrade payload-processor --set image.tag="payload-processor-$(git rev-parse --short HEAD)" k8s/payload-processor +to deploy, execute the ./deploy.sh script |