File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ func (c *backupSidecar) getReadinessProbe() *corev1.Probe {
122122 },
123123 },
124124 InitialDelaySeconds : 5 ,
125- TimeoutSeconds : 1 ,
125+ TimeoutSeconds : 5 ,
126126 PeriodSeconds : 10 ,
127127 SuccessThreshold : 1 ,
128128 FailureThreshold : 3 ,
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ func (c *mysql) getReadinessProbe() *corev1.Probe {
124124 },
125125 },
126126 InitialDelaySeconds : 10 ,
127- TimeoutSeconds : 1 ,
127+ TimeoutSeconds : 5 ,
128128 PeriodSeconds : 10 ,
129129 SuccessThreshold : 1 ,
130130 FailureThreshold : 3 ,
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ func TestGetMysqlReadinessProbe(t *testing.T) {
130130 },
131131 },
132132 InitialDelaySeconds : 10 ,
133- TimeoutSeconds : 1 ,
133+ TimeoutSeconds : 5 ,
134134 PeriodSeconds : 10 ,
135135 SuccessThreshold : 1 ,
136136 FailureThreshold : 3 ,
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ func (c *xenon) getReadinessProbe() *corev1.Probe {
100100 },
101101 },
102102 InitialDelaySeconds : 10 ,
103- TimeoutSeconds : 1 ,
103+ TimeoutSeconds : 5 ,
104104 PeriodSeconds : 10 ,
105105 SuccessThreshold : 1 ,
106106 FailureThreshold : 3 ,
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ func TestGetXenonReadinessProbe(t *testing.T) {
120120 },
121121 },
122122 InitialDelaySeconds : 10 ,
123- TimeoutSeconds : 1 ,
123+ TimeoutSeconds : 5 ,
124124 PeriodSeconds : 10 ,
125125 SuccessThreshold : 1 ,
126126 FailureThreshold : 3 ,
You can’t perform that action at this time.
0 commit comments