Enable http/3
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2023-07-20 13:15:16 +02:00
parent 37c90c3c42
commit 8a6b74906e
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 26 additions and 6 deletions

View file

@ -58,6 +58,9 @@ ports:
{% if traefik_service_type == "NodePort" %}
nodePort: 443
{% endif %}
http3:
enabled: true
advertisedPort: 443
# tls:
# enabled: true
# options: default
@ -95,8 +98,6 @@ updateStrategy:
type: OnDelete
{% endif %}
experimental:
http3:
enabled: true
plugins:
enabled: true
kubernetesGateway: