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

13 lines
228 B
YAML

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