chore: increase the number of threshold for plugin reg to 90 (#1623)

Signed-off-by: Valerii Svydenko <vsvydenk@redhat.com>
pull/1626/head
Valeriy Svydenko 2023-02-21 17:24:03 +02:00 committed by GitHub
parent 1aac15cfb9
commit 277a038f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)