-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add possibility to provide custom pod annotations (#2250)
Problem: Currently the helm chart does not provide an option to configure custom annotations for the nginx-gateway-fabric pod(s). In our scenario, this is inconvenient because the pre-configured annotations Prometheus specific, but we are using Grafana Alloy to scrape metrics and Alloy is expecting different annotations. Of course there are also other scenarios where custom annotations can be useful, for instance to configure exceptions for Gatekeeper policies. Solution: This Pull Request adds the possibility to configure your own custom annotations which will be added to the nginx-gateway-fabric pods.
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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