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,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
heritage: helm
name: sentinel
role: service
name: redis-sentinel
spec:
ports:
- port: 26379
selector:
redis-sentinel: "true"