Add Traefik ingress controller chart and ingress#1316
Open
EmmanuelNwa247 wants to merge 3 commits intomainfrom
Open
Add Traefik ingress controller chart and ingress#1316EmmanuelNwa247 wants to merge 3 commits intomainfrom
EmmanuelNwa247 wants to merge 3 commits intomainfrom
Conversation
cmansky
reviewed
Mar 9, 2026
c9e0b4c to
8c134db
Compare
szamfir-skylight
approved these changes
Mar 10, 2026
Contributor
szamfir-skylight
left a comment
There was a problem hiding this comment.
Thank you! Looks good
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
Adds Traefik v3.x ingress controller configuration as a replacement for the NGINX Ingress Controller, which is being retired by the Kubernetes project in March 2026.
Includes Helm values for AWS (EKS) and Azure (AKS), Traefik Middleware CRDs for response headers and body size limits and cached asset headers rendered conditionally via the Helm templates.
Helm template integration into
modernization-apianddataingestion-service charts, using atraefikIngress.enabledflag (same pattern asistioGatewayIngress)Creating a new Helm chart?
Not a full Helm chart —
charts/traefik/contains only Helm values files used with the upstreamtraefik/traefikchart. No templates, Chart.yaml, or helpers are needed since the chart is installed directly from the Traefik Helm repository.Files Added
charts/traefik/
values.yaml— AWS (EKS) configuration with NLBvalues-azure.yaml— Azure (AKS) configuration with internal load balancerREADME.md— Deployment instructionscharts/modernization-api/templates/ — Conditional Traefik templates (rendered when traefikIngress.enabled: true)
traefik-ingress.yaml— Main app routes (KeyCloak + NBS Gateway)traefik-ingressroute-cached.yaml— Static asset caching with regex path (IngressRoute CRD)traefik-middlewares.yaml— Response headers, body size limit (100MB), cached headerscharts/modernization-api/values.yaml— Added traefikIngress blockcharts/dataingestion-service/templates/— Conditional Traefik templatetraefik-ingress.yaml— Data ingestion and reporting service routes (with body-size-limit middleware)charts/dataingestion-service/values.yaml— Added traefikIngress blockNotes
charts/nginx-ingress/is unchangedcharts/modernization-api/andcharts/dataingestion-service/are unchangedappVersion— not pinned in values files