about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-01 13:02:40 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-01 16:25:18 +0200
commit94f1c7d807d5392b870484b7112b4db6e0077813 (patch)
treef9649777df0f1e4fc1a5216cdeec6009ac945629 /README.md
parentCreate dummy rest-api service (diff)
downloadfs-tracer-backend-94f1c7d807d5392b870484b7112b4db6e0077813.tar.gz
fs-tracer-backend-94f1c7d807d5392b870484b7112b4db6e0077813.tar.bz2
fs-tracer-backend-94f1c7d807d5392b870484b7112b4db6e0077813.zip
Build images with bazel
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d34292a..8608737 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,6 @@ 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