Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: BASE_PATH flag to expose devtron dashboard under a domain subpath url #6139

Open
2 tasks done
OctavianHome opened this issue Nov 28, 2024 · 0 comments
Open
2 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@OctavianHome
Copy link

🔖 Feature description

Not always exposing the devtron dashboard to the root domain is the convenient one.
It would be great if it would exist a BASE_PATH environment variable or a basePath helm chart input variable so that by applying an ingress object the application would work under a domain subpath.
I tried to expose devtron dashboard into an AKS cluster under a domain subpath (like https://my.domain.com/devtron) but I was not able to make it working.

🎤 Pitch / Usecases

Not always exposing the devtron dashboard to the root domain is the convenient one.
Ideally an ingress resource like bellow should be enough to expose it under the domain subpath:

rules:
    - host: my.domain.com
      http:
        paths:
          - path: /devtron(/|$)(.*)
            pathType: Prefix
            backend:
              service:
                name: devtron-service
                port:
                  number: 80

🔄️ Alternative

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants