Thanks for contributing to Zalenium! Please give us as much information as possible to merge this PR
quickly.
Description
Externalise initialDelaySeconds and periodSeconds of liveliness probe.
Motivation and Context
When the video PVC contains a lot of data, hub pod startup seems to take longer. The issue seems to happen when using AWS EFS for PVC, perhaps due to relatively slow IO on EFS. Increasing the initialDelaySeconds helps.
How Has This Been Tested?
Tested this in a cluster where the default initialDelaySeconds wasn't enough and using a higher value gave more time for hub pod to start.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Thanks for contributing to Zalenium! Please give us as much information as possible to merge this PR quickly.
Description
Externalise
initialDelaySeconds
andperiodSeconds
of liveliness probe.Motivation and Context
When the video PVC contains a lot of data, hub pod startup seems to take longer. The issue seems to happen when using AWS EFS for PVC, perhaps due to relatively slow IO on EFS. Increasing the
initialDelaySeconds
helps.How Has This Been Tested?
Tested this in a cluster where the default
initialDelaySeconds
wasn't enough and using a higher value gave more time for hub pod to start.Types of changes
Checklist: