Port RabbitMQ from Helm
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user