about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-04 02:48:00 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-04 03:06:22 +0200
commit60febadacd3ec527d5b5e6cbae588bd45f20e76a (patch)
tree4cfe0a52c992ef751adc727779968c8e26665574 /README.md
parentpayload-processor: print current time when processing (diff)
downloadfs-tracer-backend-60febadacd3ec527d5b5e6cbae588bd45f20e76a.tar.gz
fs-tracer-backend-60febadacd3ec527d5b5e6cbae588bd45f20e76a.tar.bz2
fs-tracer-backend-60febadacd3ec527d5b5e6cbae588bd45f20e76a.zip
misc: add helmsman config
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index e370961..69d8278 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,6 @@
 install k3s
+install helmsman
 
-helm --namespace metallb-system install --create-namespace metallb metallb/metallb
-kubectl apply -f metallb_config.yml
-kubectl apply -f metallb_announce.yml
-
-helm install kafka oci://registry-1.docker.io/bitnamicharts/kafka --set controller.replicaCount=1,controller.livenessProbe.initialDelaySeconds=120
+COMMIT_SHA=$(git rev-parse --short HEAD) helmsman --apply -f k8s/helmsman.yml
 
 to deploy, execute the ./deploy.sh script