2016-03-09 18:38:33 -07:00

14 lines
252 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ${REDIS_MASTER_NAME}
labels:
name: ${REDIS_MASTER_NAME}
spec:
ports:
# the port that this service should serve on
- port: 6379
targetPort: 6379
selector:
name: ${REDIS_MASTER_NAME}