mirror of
https://github.com/openziti/zrok.git
synced 2024-11-28 19:14:07 +01:00
update controller configuration limits example reflecting new structure (#606)
This commit is contained in:
parent
561fd46200
commit
af5197d041
39
etc/ctrl.yml
39
etc/ctrl.yml
@ -84,36 +84,15 @@ limits:
|
|||||||
reserved_shares: -1
|
reserved_shares: -1
|
||||||
unique_names: -1
|
unique_names: -1
|
||||||
bandwidth:
|
bandwidth:
|
||||||
per_account:
|
period: 5m
|
||||||
period: 5m
|
warning:
|
||||||
warning:
|
rx: -1
|
||||||
rx: -1
|
tx: -1
|
||||||
tx: -1
|
total: 7242880
|
||||||
total: 7242880
|
limit:
|
||||||
limit:
|
rx: -1
|
||||||
rx: -1
|
tx: -1
|
||||||
tx: -1
|
total: 10485760
|
||||||
total: 10485760
|
|
||||||
per_environment:
|
|
||||||
period: 5m
|
|
||||||
warning:
|
|
||||||
rx: -1
|
|
||||||
tx: -1
|
|
||||||
total: -1
|
|
||||||
limit:
|
|
||||||
rx: -1
|
|
||||||
tx: -1
|
|
||||||
total: -1
|
|
||||||
per_share:
|
|
||||||
period: 5m
|
|
||||||
warning:
|
|
||||||
rx: -1
|
|
||||||
tx: -1
|
|
||||||
total: -1
|
|
||||||
limit:
|
|
||||||
rx: -1
|
|
||||||
tx: -1
|
|
||||||
total: -1
|
|
||||||
enforcing: false
|
enforcing: false
|
||||||
cycle: 5m
|
cycle: 5m
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user