init
This commit is contained in:
30
traefik/config.yml
Normal file
30
traefik/config.yml
Normal 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: {}
|
Reference in New Issue
Block a user