diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 02:48:00 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 03:06:22 +0200 |
commit | 60febadacd3ec527d5b5e6cbae588bd45f20e76a (patch) | |
tree | 4cfe0a52c992ef751adc727779968c8e26665574 /README.md | |
parent | payload-processor: print current time when processing (diff) | |
download | fs-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.md | 7 |
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 |