From ebc0f4bdfcad735a5504ba7db52dd7713ba14519 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Wed, 15 Jun 2022 19:56:54 +0200 Subject: [PATCH] Enable plugins --- templates/traefik-helm-value.yaml.j2 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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