Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
helm-charts
/
807a5317c473c5441e4a81775dd60295c30c2a8c
/
.
/
charts
/
virtual-machine
/
templates
/
service-code-server.yaml
blob: cbc0cb646cef4946dac533e87b6bdd58ccf51be6 [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
Service
metadata:
name:
{{ .Values.name }}
-
code
-
server
spec:
type:
ClusterIP
selector:
app:
{{ .Values.name }}
ports:
-
name:
http
port:
80
targetPort:
8080
# TODO(gio): add to values.yaml
protocol:
TCP