File tree 5 files changed +8
-5
lines changed
5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ushahidi-platform-api
3
- version : 0.0.1-alpha.25
3
+ version : 0.0.1-alpha.26
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ spec:
866
866
867
867
{{- if .Values.api.ingress.enabled }}
868
868
---
869
- apiVersion : extensions/v1beta1
869
+ apiVersion : networking.k8s.io/v1
870
870
kind : Ingress
871
871
metadata :
872
872
{{- if .Values.api.ingress.annotations }}
Original file line number Diff line number Diff line change 38
38
cpu : " 100m"
39
39
memory : " 512Mi"
40
40
ingress :
41
- host : io-test-api.staging.ush.zone # later: "*.api.ushahidi.io"
41
+ enabled : true
42
+ host : io-test-api.staging.ush.zone
43
+ aliases :
44
+ - ' *.api.ushahidi.io'
42
45
annotations :
43
46
external-dns.alpha.kubernetes.io/hostname : io-test-1.staging.ush.zone # ensure we control this
44
47
worker :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ushahidi-platform-client
3
- version : 0.0.1-alpha.12
3
+ version : 0.0.1-alpha.13
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ spec:
114
114
115
115
{{- if .Values.ingress.enabled }}
116
116
---
117
- apiVersion : extensions/v1beta1
117
+ apiVersion : networking.k8s.io/v1
118
118
kind : Ingress
119
119
metadata :
120
120
{{- if .Values.ingress.annotations }}
You can’t perform that action at this time.
0 commit comments