2016-03-29 12:34:29 -07:00

16 lines
409 B
YAML

.catalog:
name: Redis
version: 2.8.23-rancher1
description: A highly-available in-memory data structure store
questions:
- variable: "REDIS_REPLICAS"
label: "Initial number of Redis nodes"
required: true
type: "int"
default: 3
- variable: "SENTINEL_REPLICAS"
label: "Initial number of Redis Sentinel nodes"
required: true
type: "int"
default: 3