Gitiles
Code Review
Sign In
gerrit.opencord.org
/
helm-charts
/
7523b64ba01c0d379fd4d8310de3b391b43bc8e3
/
.
/
xos-core
/
templates
/
ws-service.yaml
blob: b3374c3e1d5b0fa26704b645aed8876ffe172904 [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
Service
metadata:
name:
"xos-ws"
spec:
type:
NodePort
ports:
-
port:
3000
targetPort:
3000
protocol:
TCP
selector:
app:
"xos-ws"