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