Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change periodSeconds to non default value
Change `periodSeconds` to a value different than its default. From pods.spec.containers.livenessProbe: ``` periodSeconds <integer> How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. ```
- Loading branch information