mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-02 19:15:26 +00:00
Decrease initial delay seconds
This commit is contained in:
@@ -147,8 +147,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"`
|
||||||
}
|
}
|
||||||
|
@@ -65,13 +65,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
|
||||||
|
Reference in New Issue
Block a user