You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Describe the bug
the application UI should be accessible though the custom ingress path
Version of Helm and Kubernetes:
helm: v2.14.3
kubernetes: v1.15.1
What happened:
the chart allows us to set the ingress.path variable. I would like to host the application at a path other than '/'. for e.g. at '/demo-nifi'. So I expected that setting ingress.path: '/demo-nifi' would work without additional changes i.e the application ui will be available at host/demo-nifi/nifi and all calls would be made to host/demo-nifi/{..}. But all REST calls from the browser assume that the urls are host/{..}
What you expected to happen:
ui uses custom path set in ingress.path
How to reproduce it (as minimally and precisely as possible):
set ingress.path: /demo-nifi
Anything else we need to know:
if forgive any ignorance about possible advanced configuration that can be done to resolve this issue