initial version of rabbitmq deployment

This commit is contained in:
2022-06-20 19:41:17 +02:00
parent 945d735896
commit 86cd07c4b6
5 changed files with 34 additions and 12 deletions

1
helm/scripts/install.sh Executable file
View File

@@ -0,0 +1 @@
helm --kube-context homeserver install -n test test ../

1
helm/scripts/uninstall.sh Executable file
View File

@@ -0,0 +1 @@
helm --kube-context homeserver uninstall -n test test