chore: increase the number of threshold for plugin reg to 90 (#1623)
Signed-off-by: Valerii Svydenko <vsvydenk@redhat.com>pull/1626/head
parent
1aac15cfb9
commit
277a038f1b
|
|
@ -58,6 +58,7 @@ func (p *PluginRegistryReconciler) getPluginRegistryDeploymentSpec(ctx *chetypes
|
|||
if ctx.CheCluster.IsOpenVSXURLEmpty() {
|
||||
// Add time to start embedded VSX registry
|
||||
deployment.Spec.Template.Spec.Containers[0].LivenessProbe.InitialDelaySeconds = 300
|
||||
deployment.Spec.Template.Spec.Containers[0].ReadinessProbe.FailureThreshold = 90
|
||||
}
|
||||
|
||||
deploy.EnsurePodSecurityStandards(deployment, constants.DefaultSecurityContextRunAsUser, constants.DefaultSecurityContextFsGroup)
|
||||
|
|
|
|||
Loading…
Reference in New Issue