create rabbitmq install

This commit is contained in:
Torma Kristóf 2020-03-31 01:09:32 +02:00
parent 8cc8ed8ea7
commit 3b55807331
1 changed files with 4 additions and 0 deletions

4
rabbitmq-install.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install --set persistence.size=10Gi birb-rabbitmq bitnami/rabbitmq --namespace birbnetes