Running mender under subpath , helm chart and ingress configuration?

Hello ,

how to configure ingress and mender application configuration to work under subpath . The root path is resrved for company main applicaiton and sub applications are configured to use different subpath . for example mender should work with somethign line https://mycompany.con/mnderapp . Have seen the post Running mender server on a path but it is not working as expected .

Thanks ,
sudheer,

Hello @sudheermygapula ,
I don’t think it could work, but you can play with some options with the helm chart:

  • global.url
  • Ingress specific options, like ingress.hosts[0] and its TLS counterpart

Additionally, I’d start with the storage proxy feature disabled, to avoid even more complexity. You can play with it later, if the Mender UI alone is working fine.

Good luck and please let us know your findings :wink: