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