Gitiles
Code Review
Sign In
gerrit.opencord.org
/
helm-charts
/
06f2fe76e9cd4fe691935026e52dad0f98ca0f4a
/
.
/
xos-core
/
templates
/
redis-service.yaml
blob: 47e9a388a57ac3168e2473f98546e9231a6b659e [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
Service
metadata:
name:
"redis"
spec:
type:
NodePort
ports:
-
port:
6379
targetPort:
6379
protocol:
TCP
selector:
app:
"xos-redis"