This commit is contained in:
Roxedus 2022-07-02 23:03:14 +02:00
parent 1fbe50c79f
commit 658804b41c
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -59,6 +59,10 @@ spec:
experimental:
http3:
enabled: true
plugins:
enabled: false
kubernetesGateway:
enabled: false
globalArguments: []
@ -71,10 +75,20 @@ spec:
name: traefik-secrets
ports:
traefik:
port: 9000
expose: false
exposedPort: 9000
protocol: TCP
web:
port: 8000
expose: false
exposedPort: 80
protocol: TCP
websecure:
port: 8443
expose: false
exposedPort: 443
protocol: TCP
http3: true
tls:
@ -86,8 +100,18 @@ spec:
minVersion: VersionTLS12
service:
enabled: true
enabled: false
type: NodePort
annotations: {}
annotationsTCP: {}
annotationsUDP: {}
labels: {}
spec:
{}
loadBalancerSourceRanges:
[]
externalIPs:
[]
certResolvers: {}