Support custom Ingress path #151
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/151/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds support for a custom Ingress path. This allows us to run Gitea as a path in an existing domain.
Should we maybe add the path parameter to the hosts list? This way we could define paths for multiple hosts.
Something like the default ingress template approach in helm. Of course, this would be a breaking change.
I like your approach better—I was trying to avoid that breaking change with mine.
Let me know how you want to move forward. I can update the PR to match.
I'd say that, we should release a breaking change. This way we have a more common approach on ingress.
Sounds good. I just made those edits and rebased onto master.
great, will test it tomorrow :)
Hi @mattkaar sorry for the delay, i was, again, kinda flooded with work. However your PR will be next in line for the merge. Can you once again update your branch with the latest changes?
Sorry again
Done! ✅
Just tested on my cluster, looks good!
?