online icon indicating copy to clipboard operation
online copied to clipboard

feat(helm): add httproute

Open DrummyFloyd opened this issue 1 month ago • 2 comments

  • Resolves: #13645
  • Target version: master

Summary

add httpRoute with some example with traefik controller , for new ingress successor httpRoute/GatewayApi since in now in GA

tested mannually with helm template -f values.yaml

Checklist

~~- [ ] I have run make prettier-write and formatted the code.~~

  • [x] All commits have Change-Id ~~- [ ] I have run tests with make check~~
  • [x] I have issued make run and manually verified that everything looks okay
  • [x] Documentation (manuals or wiki) has been updated or is not required

DrummyFloyd avatar Nov 30 '25 12:11 DrummyFloyd

Thanks and welcome, @DrummyFloyd. The PR looks good, but please make sure your commits include a sign-off and a Change-Id.

Sign-off (DCO) If your commits are not signed off, you can add the Signed-off-by line like this:

  1. Check out the PR branch locally.
  2. Run git rebase HEAD~1 --signoff to add the sign-off.
  3. Force-push the updated commit: git push --force-with-lease

Change-Id To generate a Change-Id in your commit message:

  1. Copy the commit hook: cp .git-hooks/commit-msg .git/hooks/commit-msg
  2. Amend your commit to trigger the hook: git commit --amend
  3. Force-push the updated commit: git push -f

This will ensure the PR follows the required commit format.

Darshan-upadhyay1110 avatar Nov 30 '25 13:11 Darshan-upadhyay1110

@Darshan-upadhyay1110 thank ,i've fix DCO and change id

DrummyFloyd avatar Nov 30 '25 13:11 DrummyFloyd

hi, any news about the review ? =)

DrummyFloyd avatar Dec 12 '25 12:12 DrummyFloyd

hi, any news about the review ? =)

@DrummyFloyd sorry I missed it. I will review ASAP.

Rash419 avatar Dec 12 '25 12:12 Rash419