Skip to content

Allow serving Trento from a subpath - #165

Draft
antgamdia wants to merge 3 commits into
mainfrom
TRNT-4139-support-subpaths
Draft

Allow serving Trento from a subpath#165
antgamdia wants to merge 3 commits into
mainfrom
TRNT-4139-support-subpaths

Conversation

@antgamdia

Copy link
Copy Markdown
Contributor

Description

Following up on trento-project/web#3948, this PR introduces the changes required for letting Trento know the subpath we are using in the Ingress rule. For example, to serve foo.example.com/trento, we'd just need to do:

ingress:
  hosts:
    - host: "foo.example.com"
      paths:
        - path: /trento
        # ...

Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
@antgamdia
antgamdia marked this pull request as ready for review January 13, 2026 08:58
@antgamdia antgamdia changed the title [TRNT-4139] Allow serving Trento from a subpath Allow serving Trento from a subpath Jun 2, 2026
@antgamdia
antgamdia marked this pull request as draft August 17, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

1 participant