emqx / emqx-rel

Release Project for EMQX Broker prior to 4.3. Newer releases are built here: https://github.com/emqx/emqx

Home Page:https://www.emqx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingress Path Variable Missing

wsdismukes opened this issue · comments

Environment

  • OS: Kubernetes 1.18/Docker
  • Erlang/OTP: Whatever is included in emqx/emqx Docker container
  • EMQ: 4.2.3

Description

Ingress path definition is able to be specified in Helm chart values.yaml for Dashboard and Mgmt, but no variables are present in emqx-rel/deploy/charts/emqx/templates/ingress.yaml. Therefore, any attempt to change the ingress path using values.yaml does nothing and forces the use of path /.

Further testing shows that even when I specify a sub-path (e.g. /emqx) in the ingress in Kubernetes, redirect does not work. All I get is a blank page. If I remove the sub-path and just leave it as "/", it works fine.

I have noticed this issue as well. Would be great if this could be fixed... This means that the management dashboard and the admin dashboard cannot be used at the same time?