Port RabbitMQ from Helm

This commit is contained in:
James Oliver
2016-03-29 15:37:46 -07:00
parent 9ce9cc01da
commit 8763b2ed3b
6 changed files with 65 additions and 0 deletions
@@ -0,0 +1,19 @@
.catalog:
name: RabbitMQ
version: 3.6.0-rancher1
description: A reliable, distributed messaging broker
questions:
- variable: REPLICAS
default: 1
min: 1
max: 1
label: Server Replicas
description: Initial number of server replicas
required: true
type: int
- variable: SERVICE_PORT
default: 5672
label: Service port
description: Port to expose the service on
required: true
type: int