Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
helm-charts
/
4f27a0f1cb97fea0d40c8f4cfa682353acc5a4ba
/
.
/
charts
/
virtual-machine
/
templates
/
service.yaml
blob: b79b38505bbb99a5d681cdecdd2cceb1c27a28da [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
Service
metadata:
name:
{{ .Values.name }}
spec:
type:
ClusterIP
selector:
app:
{{ .Values.name }}
ports:
{{
-
toYaml .Values.servicePorts
|
nindent 4 }}