about summary refs log tree commit diff
path: root/README.md
blob: 8608737aab08f591e100b08e95ed692923a6fe3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
install k3s

helm --namespace metallb-system install --create-namespace metallb metallb/metallb
kubectl apply -f metallb_config.yml
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