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