chore: increase ReadinessProbe
This commit is contained in:
@@ -100,8 +100,8 @@ func createUpdateDeployment(r GatewayReconciler, ctx context.Context, req ctrl.R
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
ReadinessProbe: &corev1.Probe{
|
ReadinessProbe: &corev1.Probe{
|
||||||
InitialDelaySeconds: 5,
|
InitialDelaySeconds: 20,
|
||||||
PeriodSeconds: 10,
|
PeriodSeconds: 20,
|
||||||
ProbeHandler: corev1.ProbeHandler{
|
ProbeHandler: corev1.ProbeHandler{
|
||||||
HTTPGet: &corev1.HTTPGetAction{
|
HTTPGet: &corev1.HTTPGetAction{
|
||||||
Path: "/readyz",
|
Path: "/readyz",
|
||||||
@@ -110,7 +110,7 @@ func createUpdateDeployment(r GatewayReconciler, ctx context.Context, req ctrl.R
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
LivenessProbe: &corev1.Probe{
|
LivenessProbe: &corev1.Probe{
|
||||||
InitialDelaySeconds: 15,
|
InitialDelaySeconds: 30,
|
||||||
PeriodSeconds: 30,
|
PeriodSeconds: 30,
|
||||||
ProbeHandler: corev1.ProbeHandler{
|
ProbeHandler: corev1.ProbeHandler{
|
||||||
HTTPGet: &corev1.HTTPGetAction{
|
HTTPGet: &corev1.HTTPGetAction{
|
||||||
|
|||||||
Reference in New Issue
Block a user