File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A declarative helm chart for deploying common types of services on Kubernetes
33name : monochart
4- version : 0.13 .0
5- appVersion : 0.13 .0
4+ version : 0.14 .0
5+ appVersion : 0.14 .0
66home : https://github.com/cloudposse/charts/tree/master/incubator/monochart
77icon : https://raw.githubusercontent.com/cloudposse/charts/master/incubator/monochart/logo.png
88maintainers :
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ metadata:
1414{{- end }}
1515spec :
1616 type : {{ .Values.service.type }}
17+ {{- if eq .Values.service.type "ExternalName" }}
18+ externalName : {{ .Values.service.externalName }}
19+ {{- else }}
1720 ports :
1821{{- range $name, $port := .Values.service.ports }}
1922 - port : {{ $port.external }}
2629 release : {{ .Release.Name }}
2730 serve : " true"
2831{{- end -}}
32+ {{- end -}}
You can’t perform that action at this time.
0 commit comments