mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-17 07:16:09 +00:00
Hub default limit set to 5GB (an arbitrary number)
This commit is contained in:
@@ -47,7 +47,7 @@ const (
|
||||
|
||||
type ResourceLimitsHub struct {
|
||||
CPU string `yaml:"cpu" json:"cpu" default:""`
|
||||
Memory string `yaml:"memory" json:"memory" default:"3Gi"`
|
||||
Memory string `yaml:"memory" json:"memory" default:"5Gi"`
|
||||
}
|
||||
|
||||
type ResourceLimitsWorker struct {
|
||||
@@ -56,7 +56,7 @@ type ResourceLimitsWorker struct {
|
||||
}
|
||||
|
||||
type ResourceRequests struct {
|
||||
CPU string `yaml:"cpu" json:"cpu" default:"50m"`
|
||||
CPU string `yaml:"cpu" json:"cpu" default:""`
|
||||
Memory string `yaml:"memory" json:"memory" default:"50Mi"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user