Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

[cetic/helm-nifi] ingress path other than / doesn't work #22

@RabbidDog

Description

@RabbidDog

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions