mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-22 06:18:51 +00:00
🔨 Lower the resource limits
This commit is contained in:
parent
6add6fb1ec
commit
d0b621070c
@ -34,8 +34,8 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type ResourceLimits struct {
|
type ResourceLimits struct {
|
||||||
CPU string `yaml:"cpu" json:"cpu" default:"500m"`
|
CPU string `yaml:"cpu" json:"cpu" default:"250m"`
|
||||||
Memory string `yaml:"memory" json:"memory" default:"500Mi"`
|
Memory string `yaml:"memory" json:"memory" default:"333Mi"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ResourceRequests struct {
|
type ResourceRequests struct {
|
||||||
|
@ -27,29 +27,29 @@ tap:
|
|||||||
resources:
|
resources:
|
||||||
sniffer:
|
sniffer:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 250m
|
||||||
memory: 500Mi
|
memory: 333Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
server:
|
server:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 250m
|
||||||
memory: 500Mi
|
memory: 333Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
tracer:
|
tracer:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 250m
|
||||||
memory: 500Mi
|
memory: 333Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
hub:
|
hub:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 250m
|
||||||
memory: 500Mi
|
memory: 333Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
|
Loading…
Reference in New Issue
Block a user