File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 0.2.0 "
2+ appVersion : " 0.2.1 "
33description : A Helm chart for deploying microservices
44name : cxcloud-deployment-chart
5- version : 0.2.0
5+ version : 0.2.1
Original file line number Diff line number Diff line change @@ -48,14 +48,20 @@ spec:
4848 paths :
4949 {{- if .Values.awsLbController.redirectToHTTPSPort }}
5050 - path : /*
51+ pathType : Prefix
5152 backend :
52- serviceName : redirect-to-https
53- servicePort : use-annotation
53+ service :
54+ name : redirect-to-https
55+ port :
56+ name : use-annotation
5457 {{- end }}
5558 - path : {{ .Values.awsLbController.path }}
59+ pathType : Prefix
5660 backend :
57- serviceName : {{ $name }}
58- servicePort : {{ .Values.service.ports.http.port }}
61+ service :
62+ name : {{ $name }}
63+ port :
64+ number : {{ .Values.service.ports.http.port }}
5965 {{- if .Values.awsLbController.host }}
6066 host : {{ .Values.awsLbController.host | quote }}
6167 {{- end }}
You can’t perform that action at this time.
0 commit comments