Skip to content

Commit 23074ef

Browse files
committed
more updates to ingresses
1 parent a7ac868 commit 23074ef

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

charts/platform-api/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
name: ushahidi-platform-api
3-
version: 0.0.1-alpha.29
3+
version: 0.0.1-alpha.30
44
icon: https://github.ushahidi.org/helm-charts/icon.png

charts/platform-api/templates/api-worker.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ spec:
882882
http:
883883
paths:
884884
- path: /
885-
pathType: ImplementationSpecific
885+
pathType: Prefix
886886
backend:
887887
service:
888888
name: api
@@ -894,9 +894,10 @@ spec:
894894
http:
895895
paths:
896896
- path: /
897+
pathType: Prefix
897898
backend:
898899
service:
899-
name: client
900+
name: api
900901
port:
901902
name: http
902903
{{- end -}}

charts/platform-client/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
name: ushahidi-platform-client
3-
version: 0.0.1-alpha.16
3+
version: 0.0.1-alpha.17
44
icon: https://github.ushahidi.org/helm-charts/icon.png

charts/platform-client/templates/client.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
http:
131131
paths:
132132
- path: /
133-
pathType: ImplementationSpecific
133+
pathType: Prefix
134134
backend:
135135
service:
136136
name: client
@@ -143,11 +143,12 @@ spec:
143143
http:
144144
paths:
145145
- path: /
146+
pathType: Prefix
146147
backend:
147148
service:
148149
name: client
149-
port:
150-
name: http
150+
port:
151+
name: http
151152
{{- end -}}
152153
{{- end -}}
153154

0 commit comments

Comments
 (0)