diff --git a/templates/traefik-helm-value.yaml.j2 b/templates/traefik-helm-value.yaml.j2 index 39e1c58..6207b3f 100644 --- a/templates/traefik-helm-value.yaml.j2 +++ b/templates/traefik-helm-value.yaml.j2 @@ -62,4 +62,11 @@ deployment: replicas: 1 podAnnotations: prometheus.io/port: '9000' - prometheus.io/scrape: 'true' \ No newline at end of file + prometheus.io/scrape: 'true' +experimental: + http3: + enabled: true + plugins: + enabled: true + kubernetesGateway: + enabled: false