Create 14-9-redis-service.yaml

This commit is contained in:
Brendan Burns
2017-08-19 22:09:58 -07:00
committed by GitHub
parent 20500f0486
commit c14b6e4748

11
14-9-redis-service.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: redis
spec:
ports:
- port: 6379
name: peer
clusterIP: None
selector:
app: redis