File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22apiVersion : v1
33name : typo3
44description : Typo3 Configuration
5- version : 0.1.2
5+ version : 0.2.0
Original file line number Diff line number Diff line change 1313 app : {{ .Values.name }}
1414 ports :
1515 {{- range $port := .Values.service.ports }}
16- - protocol : {{ $port.protocol }}
16+ - name : {{ $port.name }}
17+ protocol : {{ $port.protocol }}
1718 port : {{ $port.port }}
1819 targetPort : {{ default $port.port $port.targetPort }}
1920 {{- end }}
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ namespace: default
33replicas : 1
44service :
55 ports :
6- - protocol : TCP
6+ - name : " http"
7+ protocol : TCP
78 port : 80
89deployment :
910 containers :
Original file line number Diff line number Diff line change 22apiVersion : v1
33name : wordpress
44description : WordPress Configuration
5- version : 0.1.4
5+ version : 0.2.0
Original file line number Diff line number Diff line change 1313 app : {{ .Values.name }}
1414 ports :
1515 {{- range $port := .Values.service.ports }}
16- - protocol : {{ $port.protocol }}
16+ - name : {{ $port.name }}
17+ protocol : {{ $port.protocol }}
1718 port : {{ $port.port }}
1819 targetPort : {{ default $port.port $port.targetPort }}
1920 {{- end }}
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ namespace: default
33replicas : 1
44service :
55 ports :
6- - protocol : TCP
6+ - name : " http"
7+ protocol : TCP
78 port : 80
89deployment :
910 containers :
You can’t perform that action at this time.
0 commit comments