Skip to content

Commit a7ac868

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -886,8 +886,8 @@ spec:
886886
backend:
887887
service:
888888
name: api
889-
port:
890-
name: http
889+
port:
890+
name: http
891891
{{- if .Values.api.ingress.aliases -}}
892892
{{- range .Values.api.ingress.aliases }}
893893
- host: {{ . | quote }}
@@ -897,8 +897,8 @@ spec:
897897
backend:
898898
service:
899899
name: client
900-
port:
901-
name: http
900+
port:
901+
name: http
902902
{{- end -}}
903903
{{- end -}}
904904

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

charts/platform-client/templates/client.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ spec:
134134
backend:
135135
service:
136136
name: client
137-
port:
138-
name: http
137+
port:
138+
name: http
139139

140140
{{- if .Values.ingress.aliases -}}
141141
{{- range .Values.ingress.aliases }}

0 commit comments

Comments
 (0)