File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : login
33description : HOTOSM Login Service - Hanko SSO + OSM OAuth
4- version : " 0.1.5 "
4+ version : " 0.1.6 "
55appVersion : " 1.0.0"
66maintainers :
77 - email : sysadmin@hotosm.org
Original file line number Diff line number Diff line change 1717 gzip on;
1818 gzip_types text/plain text/css application/json application/javascript text/xml application/xml text/javascript;
1919
20+ # Redirect root to /app
21+ location = / {
22+ return 302 /app;
23+ }
24+
2025 # SPA routing - serve index.html for all non-file requests
2126 location / {
2227 try_files $uri $uri/ /index.html;
Original file line number Diff line number Diff line change @@ -152,8 +152,6 @@ metadata:
152152 annotations :
153153 nginx.ingress.kubernetes.io/ssl-redirect : " true"
154154 nginx.ingress.kubernetes.io/force-ssl-redirect : " true"
155- nginx.ingress.kubernetes.io/configuration-snippet : |
156- return 302 https://{{ .Values.ingress.host }}/app;
157155 nginx.ingress.kubernetes.io/priority : " 100"
158156 cert-manager.io/cluster-issuer : " letsencrypt-prod"
159157 external-dns.alpha.kubernetes.io/hostname : {{ .Values.ingress.host }}
You can’t perform that action at this time.
0 commit comments