Port Redis HA from Helm

This commit is contained in:
James Oliver
2016-03-29 09:56:30 -07:00
parent bb924a1307
commit f9e8f9f6ce
8 changed files with 148 additions and 0 deletions
@@ -0,0 +1,15 @@
.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