[alertmanager-snmp-notifier] Add Gateway API HTTPRoute support - #7060
Open
somaz94 wants to merge 2 commits into
Open
[alertmanager-snmp-notifier] Add Gateway API HTTPRoute support#7060somaz94 wants to merge 2 commits into
somaz94 wants to merge 2 commits into
Conversation
Signed-off-by: somaz <genius5711@gmail.com>
somaz94
added a commit
to somaz94/somaz94
that referenced
this pull request
Jul 3, 2026
…ion to httproute CI values Signed-off-by: somaz <genius5711@gmail.com>
somaz94
marked this pull request as ready for review
July 6, 2026 01:39
maxwo
approved these changes
Jul 6, 2026
Contributor
Author
|
Checking in on this one — and I think I found the gate rather than just guessing at it. @maxwo approved on 07-06 as the CODEOWNER for Could an admin take a look when convenient? The branch is also ~79 commits behind |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds opt-in Gateway API HTTPRoute support to the alertmanager-snmp-notifier
chart, matching the pattern already merged for sibling charts
(prometheus-snmp-exporter #7024, jiralert #7031, prometheus-blackbox-exporter #6961).
A new templates/route.yaml renders an HTTPRoute when route..enabled is set.
It is disabled by default, so existing installs are unaffected. The backendRef
targets the chart Service on .Values.service.port (9464). This also adds a
namespaceOverride helper (consistent with the sibling charts) and a
ci/httproute-values.yaml test case.
Validation (local):
across parentRefs / hostnames / filters / additionalRules / httpsRedirect variants
Chart version bumped 2.1.0 -> 2.2.0.