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