File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/ws-daemon/pkg/cpulimit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ daemon:
43
43
userUIDRange :
44
44
- start : 100000
45
45
size : 70000
46
- resources :
46
+ cpuLimit :
47
47
enabled : {{ $comp.cpuLimit.enabled }}
48
48
totalBandwidth : {{ $comp.cpuLimit.totalBandwidth }}
49
49
limit : {{ $comp.cpuLimit.limit }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ type Config struct {
26
26
Enabled bool `json:"enabled"`
27
27
TotalBandwidth resource.Quantity `json:"totalBandwidth"`
28
28
Limit resource.Quantity `json:"limit"`
29
- BurstLimit resource.Quantity `json:"bustLimit "`
29
+ BurstLimit resource.Quantity `json:"burstLimit "`
30
30
31
31
ControlPeriod util.Duration `json:"controlPeriod"`
32
32
CGroupBasePath string `json:"cgroupBasePath"`
You can’t perform that action at this time.
0 commit comments