Skip to content

Commit

Permalink
more updates to ingresses
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Aug 12, 2024
1 parent a7ac868 commit 23074ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/platform-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
name: ushahidi-platform-api
version: 0.0.1-alpha.29
version: 0.0.1-alpha.30
icon: https://github.ushahidi.org/helm-charts/icon.png
5 changes: 3 additions & 2 deletions charts/platform-api/templates/api-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: api
Expand All @@ -894,9 +894,10 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: client
name: api
port:
name: http
{{- end -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/platform-client/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
name: ushahidi-platform-client
version: 0.0.1-alpha.16
version: 0.0.1-alpha.17
icon: https://github.ushahidi.org/helm-charts/icon.png
7 changes: 4 additions & 3 deletions charts/platform-client/templates/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: client
Expand All @@ -143,11 +143,12 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: client
port:
name: http
port:
name: http
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit 23074ef

Please sign in to comment.