40 lines
597 B
YAML
40 lines
597 B
YAML
global:
|
|
checkNewVersion: true
|
|
|
|
log:
|
|
level: error
|
|
filePath: /data/stdout.log
|
|
format: common
|
|
|
|
serversTransport:
|
|
insecureSkipVerify: true
|
|
|
|
api:
|
|
dashboard: true
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
https:
|
|
address: ":443"
|
|
k8s-api:
|
|
address: ":6443"
|
|
rke2-connect:
|
|
address: ":9345"
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
file:
|
|
directory: /custom
|
|
watch: true
|
|
|
|
certificatesResolvers:
|
|
letsEncrypt:
|
|
acme:
|
|
email: mail@gmail.com
|
|
storage: acme.json
|
|
httpChallenge:
|
|
entryPoint: http
|