Enable http/3
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
37c90c3c42
commit
8a6b74906e
4 changed files with 26 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue