blob: 47e9a388a57ac3168e2473f98546e9231a6b659e [file] [log] [blame]
Gopinath Taget9b609e02018-03-07 16:02:50 -08001apiVersion: v1
2kind: Service
3metadata:
4 name: "redis"
5spec:
6 type: NodePort
7 ports:
8 - port: 6379
9 targetPort: 6379
10 protocol: TCP
11 selector:
12 app: "xos-redis"