File tree 4 files changed +18
-10
lines changed
4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ushahidi-platform-api
3
- version : 0.0.1-alpha.26
3
+ version : 0.0.1-alpha.27
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -883,17 +883,21 @@ spec:
883
883
paths :
884
884
- path : /
885
885
backend :
886
- serviceName : api
887
- servicePort : http
886
+ service :
887
+ name : api
888
+ port :
889
+ name : http
888
890
{{- if .Values.api.ingress.aliases -}}
889
891
{{- range .Values.api.ingress.aliases }}
890
892
- host : {{ . | quote }}
891
893
http :
892
894
paths :
893
895
- path : /
894
896
backend :
895
- serviceName : client
896
- servicePort : http
897
+ service :
898
+ name : client
899
+ port :
900
+ name : http
897
901
{{- end -}}
898
902
{{- end -}}
899
903
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ushahidi-platform-client
3
- version : 0.0.1-alpha.13
3
+ version : 0.0.1-alpha.14
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -131,8 +131,10 @@ spec:
131
131
paths :
132
132
- path : /
133
133
backend :
134
- serviceName : client
135
- servicePort : http
134
+ service :
135
+ name : client
136
+ port :
137
+ name : http
136
138
137
139
{{- if .Values.ingress.aliases -}}
138
140
{{- range .Values.ingress.aliases }}
@@ -141,8 +143,10 @@ spec:
141
143
paths :
142
144
- path : /
143
145
backend :
144
- serviceName : client
145
- servicePort : http
146
+ service :
147
+ name : client
148
+ port :
149
+ name : http
146
150
{{- end -}}
147
151
{{- end -}}
148
152
You can’t perform that action at this time.
0 commit comments