Skip to content

Commit

Permalink
fix gateway api
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur committed Jan 17, 2025
1 parent d76f9d6 commit 7096e73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/traefik/34.1.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ data:
# Published Kubernetes Service to copy status from. Format: namespace/servicename
# By default this Traefik service
# pathOverride: "${releaseNamespace}/kommander-traefik"
kubernetesGateway:
# -- Enable Traefik Gateway provider for Gateway API
enabled: true
# -- Toggles support for the Experimental Channel resources (Gateway API release channels documentation).
# This option currently enables support for TCPRoute and TLSRoute.
experimentalChannel: false
# This value should be equal to release name. Justification with timeline of changes:
# 1. This was set to `kommander-treafik` in an old chart version - https://github.com/traefik/traefik-helm-chart/blob/v10.30.1/traefik/templates/deployment.yaml#L42 (Shipped in DKP 2.4)
Expand Down

0 comments on commit 7096e73

Please sign in to comment.