mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-15 23:25:34 +00:00
Decrease initial delay seconds (#1736)
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
parent
2bee926b4b
commit
1218386638
@ -148,8 +148,8 @@ type TolerationsConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ProbeConfig struct {
|
type ProbeConfig struct {
|
||||||
InitialDelaySeconds int `yaml:"initialDelaySeconds" json:"initialDelaySeconds" default:"15"`
|
InitialDelaySeconds int `yaml:"initialDelaySeconds" json:"initialDelaySeconds" default:"5"`
|
||||||
PeriodSeconds int `yaml:"periodSeconds" json:"periodSeconds" default:"10"`
|
PeriodSeconds int `yaml:"periodSeconds" json:"periodSeconds" default:"5"`
|
||||||
SuccessThreshold int `yaml:"successThreshold" json:"successThreshold" default:"1"`
|
SuccessThreshold int `yaml:"successThreshold" json:"successThreshold" default:"1"`
|
||||||
FailureThreshold int `yaml:"failureThreshold" json:"failureThreshold" default:"3"`
|
FailureThreshold int `yaml:"failureThreshold" json:"failureThreshold" default:"3"`
|
||||||
}
|
}
|
||||||
|
@ -66,13 +66,13 @@ tap:
|
|||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
probes:
|
probes:
|
||||||
hub:
|
hub:
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
sniffer:
|
sniffer:
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
serviceMesh: true
|
serviceMesh: true
|
||||||
|
Loading…
Reference in New Issue
Block a user