mirror of https://github.com/k3s-io/k3s
18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
![]() |
global
|
||
|
maxconn 1024
|
||
|
|
||
|
defaults
|
||
|
mode http
|
||
|
retries 3
|
||
|
option redispatch
|
||
|
timeout client 1s
|
||
|
timeout server 5s
|
||
|
timeout connect 5s
|
||
|
|
||
|
frontend forwarder
|
||
|
bind *:%FWDPORT%
|
||
|
default_backend registry
|
||
|
|
||
|
backend registry
|
||
|
server kube-registry %HOST%:%PORT%
|