From ab6b9925be6e380a6de491f1e421cff89ca94fa6 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sun, 5 Jun 2022 00:32:44 +0200 Subject: [PATCH] v --- Charts/traefik/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Charts/traefik/values.yaml b/Charts/traefik/values.yaml index 0b1c9b9..2a30bd2 100644 --- a/Charts/traefik/values.yaml +++ b/Charts/traefik/values.yaml @@ -355,11 +355,11 @@ traefik: # Enable HTTP/3. # Requires enabling experimental http3 feature and tls. # Note that you cannot have a UDP entrypoint with the same port. - http3: false + http3: true # Set TLS at the entrypoint # https://doc.traefik.io/traefik/routing/entrypoints/#tls - # tls: - # enabled: true + tls: + enabled: true # # this is the name of a TLSOption definition # options: "" # certResolver: cf