Gitiles
Code Review
Sign In
gerrit.opencord.org
/
helm-charts
/
06f2fe76e9cd4fe691935026e52dad0f98ca0f4a
/
.
/
xos-core
/
templates
/
redis-service.yaml
blob: 47e9a388a57ac3168e2473f98546e9231a6b659e [
file
] [
log
] [
blame
]
Gopinath Taget
9b609e0
2018-03-07 16:02:50 -0800
[
diff
] [
blame
]
1
apiVersion:
v1
2
kind:
Service
3
metadata:
4
name:
"redis"
5
spec:
6
type:
NodePort
7
ports:
8
-
port:
6379
9
targetPort:
6379
10
protocol:
TCP
11
selector:
12
app:
"xos-redis"