Change ingress example to use Traefik#1248
Open
welteki wants to merge 1 commit intoopenfaas:masterfrom
Open
Conversation
Use traefik for ingress as the default example. Ingress nginx will be retired in march 2026. Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
AI Pull Request OverviewSummary
Approval rating (1-10)8/10 - Solid documentation updates but lacks migration guidance for existing Nginx users Summary per fileSummary per file
Overall AssessmentThe pull request appropriately updates OpenFaaS documentation and examples to recommend Traefik over Nginx as the ingress controller. The changes are technically correct and consistent across both modified files. However, the PR lacks explicit migration guidance, which could cause issues for existing users who followed the previous Nginx-based examples. Consider adding a brief migration note or updating related documentation to address potential breaking changes for current deployments. Detailed ReviewDetailed Reviewchart/openfaas/values.yaml
chart/sns-connector/README.md
General Issues:
AI agent details. |
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.
Description
Update ingress examples and documentation to use Traefik instead of Nginx as the ingress controller reference.
Changes:
values.yamlingress annotations andingressClassNameexample to TraefikWhy is this needed?
Ingress Nginx will be retired in March 2026. Traefik is now the recommended ingress controller. The examples and docs should reflect this.
How Has This Been Tested?
Reviewed the changed documentation and Helm values for correctness.
Types of changes
Checklist:
git commit -s