kubernetes cluster - working version

This commit is contained in:
2022-06-20 23:24:17 +02:00
parent 86cd07c4b6
commit fb2895f79d
14 changed files with 99 additions and 20 deletions

2
RabbitMQ/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM rabbitmq:management
RUN rabbitmq-plugins enable --offline rabbitmq_mqtt

2
RabbitMQ/push.sh Executable file
View File

@@ -0,0 +1,2 @@
docker build -t registry.willemserruys.com/rabbitmq .
docker push registry.willemserruys.com/rabbitmq:latest