This commit is contained in:
Eason(G Ray)
2024-06-28 13:43:34 +08:00
commit 14df1fb03b
11 changed files with 379 additions and 0 deletions

30
traefik/config.yml Normal file
View File

@ -0,0 +1,30 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: traefik
data:
config: |
api:
insecure: true
dashboard: true
ping: {}
providers:
kubernetesingress: {}
entryPoints:
web:
address: :80
http:
# redirections:
# entryPoint:
# to: websecure
# scheme: https
# permanent: false
# http3: {}
websecure:
address: :443
http2:
maxConcurrentStreams: 16
http3: {}