21 lines
356 B
TOML
21 lines
356 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
noColor = true
|
|
|
|
[api]
|
|
|
|
[entryPoints]
|
|
[entryPoints.footcp]
|
|
address = ":8093"
|
|
[entryPoints.fooudp]
|
|
address = ":8090/udp"
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
|
|
[providers.kubernetesCRD]
|
|
allowCrossNamespace = false
|
|
allowExternalNameServices = true
|