Skip to content

Commit

Permalink
feat: add support for GatewayAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur committed Jan 16, 2025
1 parent 548ccb7 commit 85119cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/traefik/34.1.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ data:
- "--api.basePath=/dkp/traefik"
- "--entrypoints.web.http.redirections.entryPoint.to=:443"
- "--entrypoints.web.http.redirections.entryPoint.scheme=https"
experimental:
kubernetesGateway:
# -- Enable traefik experimental GatewayClass CRD
enabled: false
# Create an IngressRoute for the dashboard
ingressRoute:
Expand Down

0 comments on commit 85119cc

Please sign in to comment.