Skip to content

Commit

Permalink
updates for new networking.k8s.io/Ingress standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Aug 5, 2024
1 parent 3cfaf83 commit a7ac868
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.28
version: 0.0.1-alpha.29
icon: https://github.ushahidi.org/helm-charts/icon.png
8 changes: 4 additions & 4 deletions charts/platform-api/templates/api-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,8 @@ spec:
backend:
service:
name: api
port:
name: http
port:
name: http
{{- if .Values.api.ingress.aliases -}}
{{- range .Values.api.ingress.aliases }}
- host: {{ . | quote }}
Expand All @@ -897,8 +897,8 @@ spec:
backend:
service:
name: client
port:
name: http
port:
name: http
{{- end -}}
{{- 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.15
version: 0.0.1-alpha.16
icon: https://github.ushahidi.org/helm-charts/icon.png
4 changes: 2 additions & 2 deletions charts/platform-client/templates/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ spec:
backend:
service:
name: client
port:
name: http
port:
name: http

{{- if .Values.ingress.aliases -}}
{{- range .Values.ingress.aliases }}
Expand Down

0 comments on commit a7ac868

Please sign in to comment.