File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
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.29
3
+ version : 0.0.1-alpha.30
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ spec:
882
882
http :
883
883
paths :
884
884
- path : /
885
- pathType : ImplementationSpecific
885
+ pathType : Prefix
886
886
backend :
887
887
service :
888
888
name : api
@@ -894,9 +894,10 @@ spec:
894
894
http :
895
895
paths :
896
896
- path : /
897
+ pathType : Prefix
897
898
backend :
898
899
service :
899
- name : client
900
+ name : api
900
901
port :
901
902
name : http
902
903
{{- end -}}
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.16
3
+ version : 0.0.1-alpha.17
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ spec:
130
130
http :
131
131
paths :
132
132
- path : /
133
- pathType : ImplementationSpecific
133
+ pathType : Prefix
134
134
backend :
135
135
service :
136
136
name : client
@@ -143,11 +143,12 @@ spec:
143
143
http :
144
144
paths :
145
145
- path : /
146
+ pathType : Prefix
146
147
backend :
147
148
service :
148
149
name : client
149
- port :
150
- name : http
150
+ port :
151
+ name : http
151
152
{{- end -}}
152
153
{{- end -}}
153
154
You can’t perform that action at this time.
0 commit comments