File tree Expand file tree Collapse file tree 8 files changed +32
-32
lines changed Expand file tree Collapse file tree 8 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ func (c *backupSidecar) getLivenessProbe() *corev1.Probe {
106
106
},
107
107
},
108
108
InitialDelaySeconds : 15 ,
109
- TimeoutSeconds : 5 ,
110
- PeriodSeconds : 10 ,
109
+ TimeoutSeconds : 15 ,
110
+ PeriodSeconds : 15 ,
111
111
SuccessThreshold : 1 ,
112
112
FailureThreshold : 3 ,
113
113
}
@@ -122,8 +122,8 @@ func (c *backupSidecar) getReadinessProbe() *corev1.Probe {
122
122
},
123
123
},
124
124
InitialDelaySeconds : 5 ,
125
- TimeoutSeconds : 5 ,
126
- PeriodSeconds : 10 ,
125
+ TimeoutSeconds : 15 ,
126
+ PeriodSeconds : 15 ,
127
127
SuccessThreshold : 1 ,
128
128
FailureThreshold : 3 ,
129
129
}
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ func getStartupProbe(name string) *corev1.Probe {
50
50
},
51
51
},
52
52
InitialDelaySeconds : 10 ,
53
- TimeoutSeconds : 5 ,
54
- PeriodSeconds : 10 ,
53
+ TimeoutSeconds : 15 ,
54
+ PeriodSeconds : 15 ,
55
55
SuccessThreshold : 1 ,
56
56
FailureThreshold : 5 ,
57
57
}
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ func (c *metrics) getLivenessProbe() *corev1.Probe {
84
84
},
85
85
},
86
86
InitialDelaySeconds : 15 ,
87
- TimeoutSeconds : 5 ,
88
- PeriodSeconds : 10 ,
87
+ TimeoutSeconds : 15 ,
88
+ PeriodSeconds : 15 ,
89
89
SuccessThreshold : 1 ,
90
90
FailureThreshold : 3 ,
91
91
}
@@ -100,9 +100,9 @@ func (c *metrics) getReadinessProbe() *corev1.Probe {
100
100
Port : intstr .FromInt (utils .MetricsPort ),
101
101
},
102
102
},
103
- InitialDelaySeconds : 5 ,
104
- TimeoutSeconds : 1 ,
105
- PeriodSeconds : 10 ,
103
+ InitialDelaySeconds : 15 ,
104
+ TimeoutSeconds : 15 ,
105
+ PeriodSeconds : 15 ,
106
106
SuccessThreshold : 1 ,
107
107
FailureThreshold : 3 ,
108
108
}
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ func TestGetMetricsLivenessProbe(t *testing.T) {
117
117
},
118
118
},
119
119
InitialDelaySeconds : 15 ,
120
- TimeoutSeconds : 5 ,
121
- PeriodSeconds : 10 ,
120
+ TimeoutSeconds : 15 ,
121
+ PeriodSeconds : 15 ,
122
122
SuccessThreshold : 1 ,
123
123
FailureThreshold : 3 ,
124
124
}
@@ -136,9 +136,9 @@ func TestGetMetricsReadinessProbe(t *testing.T) {
136
136
},
137
137
},
138
138
},
139
- InitialDelaySeconds : 5 ,
140
- TimeoutSeconds : 1 ,
141
- PeriodSeconds : 10 ,
139
+ InitialDelaySeconds : 15 ,
140
+ TimeoutSeconds : 15 ,
141
+ PeriodSeconds : 15 ,
142
142
SuccessThreshold : 1 ,
143
143
FailureThreshold : 3 ,
144
144
}
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ func (c *mysql) getLivenessProbe() *corev1.Probe {
127
127
},
128
128
},
129
129
InitialDelaySeconds : 30 ,
130
- TimeoutSeconds : 5 ,
131
- PeriodSeconds : 10 ,
130
+ TimeoutSeconds : 15 ,
131
+ PeriodSeconds : 15 ,
132
132
SuccessThreshold : 1 ,
133
133
FailureThreshold : 3 ,
134
134
}
@@ -147,8 +147,8 @@ func (c *mysql) getReadinessProbe() *corev1.Probe {
147
147
},
148
148
},
149
149
InitialDelaySeconds : 10 ,
150
- TimeoutSeconds : 5 ,
151
- PeriodSeconds : 10 ,
150
+ TimeoutSeconds : 15 ,
151
+ PeriodSeconds : 15 ,
152
152
SuccessThreshold : 1 ,
153
153
FailureThreshold : 3 ,
154
154
}
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ func TestGetMysqlLivenessProbe(t *testing.T) {
136
136
},
137
137
},
138
138
InitialDelaySeconds : 30 ,
139
- TimeoutSeconds : 5 ,
140
- PeriodSeconds : 10 ,
139
+ TimeoutSeconds : 15 ,
140
+ PeriodSeconds : 15 ,
141
141
SuccessThreshold : 1 ,
142
142
FailureThreshold : 3 ,
143
143
}
@@ -152,8 +152,8 @@ func TestGetMysqlReadinessProbe(t *testing.T) {
152
152
},
153
153
},
154
154
InitialDelaySeconds : 10 ,
155
- TimeoutSeconds : 5 ,
156
- PeriodSeconds : 10 ,
155
+ TimeoutSeconds : 15 ,
156
+ PeriodSeconds : 15 ,
157
157
SuccessThreshold : 1 ,
158
158
FailureThreshold : 3 ,
159
159
}
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ func (c *xenon) getLivenessProbe() *corev1.Probe {
134
134
},
135
135
},
136
136
InitialDelaySeconds : 30 ,
137
- TimeoutSeconds : 5 ,
138
- PeriodSeconds : 10 ,
137
+ TimeoutSeconds : 15 ,
138
+ PeriodSeconds : 15 ,
139
139
SuccessThreshold : 1 ,
140
140
FailureThreshold : 3 ,
141
141
}
@@ -150,8 +150,8 @@ func (c *xenon) getReadinessProbe() *corev1.Probe {
150
150
},
151
151
},
152
152
InitialDelaySeconds : 10 ,
153
- TimeoutSeconds : 5 ,
154
- PeriodSeconds : 10 ,
153
+ TimeoutSeconds : 15 ,
154
+ PeriodSeconds : 15 ,
155
155
SuccessThreshold : 1 ,
156
156
FailureThreshold : 3 ,
157
157
}
Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ func TestGetXenonLivenessProbe(t *testing.T) {
148
148
},
149
149
},
150
150
InitialDelaySeconds : 30 ,
151
- TimeoutSeconds : 5 ,
152
- PeriodSeconds : 10 ,
151
+ TimeoutSeconds : 15 ,
152
+ PeriodSeconds : 15 ,
153
153
SuccessThreshold : 1 ,
154
154
FailureThreshold : 3 ,
155
155
}
@@ -164,8 +164,8 @@ func TestGetXenonReadinessProbe(t *testing.T) {
164
164
},
165
165
},
166
166
InitialDelaySeconds : 10 ,
167
- TimeoutSeconds : 5 ,
168
- PeriodSeconds : 10 ,
167
+ TimeoutSeconds : 15 ,
168
+ PeriodSeconds : 15 ,
169
169
SuccessThreshold : 1 ,
170
170
FailureThreshold : 3 ,
171
171
}
You can’t perform that action at this time.
0 commit comments