Commit 9fc36751 authored by Brendan Melville's avatar Brendan Melville

Adding schema for redis cluster.

parent dd064609
{% set REDIS_PORT = 6379 %}
{% set WORKERS = properties['workers'] or 2 %}
{% set WORKERS = properties['workers'] %}
resources:
- name: redis-master
......
info:
title: Redis cluster
description: Defines a redis cluster, using a single replica
replicatedservice for master and replicatedservice for workers.
properties:
workers:
type: int
default: 2
description: Number of worker replicas.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment