Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
dcd9fefca814cd6cb997d2da9b00b4356589aee3
/
.
/
charts
/
virtual-machine
/
templates
/
service.yaml
blob: b79b38505bbb99a5d681cdecdd2cceb1c27a28da [
file
] [
log
] [
blame
]
gio
7fbd4ad
2024-08-27 10:06:39 +0400
[
diff
] [
blame
]
1
apiVersion:
v1
2
kind:
Service
3
metadata:
4
name:
{{ .Values.name }}
5
spec:
6
type:
ClusterIP
7
selector:
8
app:
{{ .Values.name }}
9
ports:
10
{{
-
toYaml .Values.servicePorts
|
nindent 4 }}