Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support to nodes livenessProbe into the Helm Chart
In the Helm Chart, there was no ```livenessProbe``` support for option ```chromeNode```, ```firefoxNode```, and ```edgeNode```. This commit adds these three Helm Chart values: - ```chromeNode.livenessProbe: {}``` - ```firefoxNode.livenessProbe {}``` - ```edgeNode.livenessProbe: {}``` The bellow properties will end up in the pod livenessProbe for the respective node pod. Fixes SeleniumHQ#1895
- Loading branch information