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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue