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
Currently forecastle only picks apps and associates them with the first path in their ingress. We need to add functionality for forecastle to consider ingresses with multiple paths
The text was updated successfully, but these errors were encountered:
I would also like to have the ability to explicitly specify the linked path via an annotation. It is an issue right now in that I have an app where I want the Forecastle icon to take the user to https://host/console/view but it only goes to https://host/
This is somewhat similar to, but different than, the nginx-ingress annotation nginx.ingress.kubernetes.io/app-root. In this case, I do not want to generally redirect /, I just want to specify the path for the Forecastle link.
This issue actually focuses on multiple paths in a single ingress. But your comment also makes sense as the root app is not always at /. I will see if we can add support for that @Nuru
Currently forecastle only picks apps and associates them with the first path in their ingress. We need to add functionality for forecastle to consider ingresses with multiple paths
The text was updated successfully, but these errors were encountered: