mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-04 12:05:35 +00:00
🔨 Lower the resource limits
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user