2016-11-23 20:45:08 -07:00

22 lines
501 B
YAML

.catalog:
name: Kafka
version: v2
minimum_rancher_version: v1.2.0-pre4-rc1
description: |
A high-throughput distributed messaging system
questions:
- variable: SCHEDULER_PORT
description: Port to expose Kafka Scheduler on.
label: Scheduler Port
required: true
type: int
default: 7000
scheduler:
health_check:
port: ${SCHEDULER_PORT}
interval: 3000
unhealthy_threshold: 2
healthy_threshold: 2
request_line: '/health'
response_timeout: 2000