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

@ -4,6 +4,17 @@ metadata:
name: traefik
labels:
app: traefik
annotations:
kubernetes.io/ingress.class: traefik
external-dns.alpha.kubernetes.io/hostname: traefik.{{ cluster_domain }}
external-dns.alpha.kubernetes.io/endpoints-type: NodeExternalIP
{% if false %}
# external-dns.alpha.kubernetes.io/endpoints-type: HostIP
# external-dns.alpha.kubernetes.io/target: "1.2.3.4"
# external-dns.alpha.kubernetes.io/ttl: "120"
# external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
{% endif %}
spec:
entryPoints: