Skip to content

Commit 3cfaf83

Browse files
committed
updates for new networking.k8s.io/Ingress standard
1 parent 81ce584 commit 3cfaf83

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
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.27
3+
version: 0.0.1-alpha.28
44
icon: https://github.ushahidi.org/helm-charts/icon.png

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

+1
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,7 @@ spec:
882882
http:
883883
paths:
884884
- path: /
885+
pathType: ImplementationSpecific
885886
backend:
886887
service:
887888
name: api

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.14
3+
version: 0.0.1-alpha.15
44
icon: https://github.ushahidi.org/helm-charts/icon.png

charts/platform-client/templates/client.yml

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ spec:
130130
http:
131131
paths:
132132
- path: /
133+
pathType: ImplementationSpecific
133134
backend:
134135
service:
135136
name: client

0 commit comments

Comments
 (0)