What would you like to be added
Actually, the helm chart contains static defined probes. It is not possible to change the probe configuration.
Why this is needed
I want to customize the probes to suit my needs. Actually, I just want to adjust the time period during which the probe is executed, as the interval is too short. The application creates logs for each request, which overloads my logging system.
I also want to change the time period between Readiness and LivenessProbe. It makes no sense to use the same time period for both probes.
What would you like to be added
Actually, the helm chart contains static defined probes. It is not possible to change the probe configuration.
Why this is needed
I want to customize the probes to suit my needs. Actually, I just want to adjust the time period during which the probe is executed, as the interval is too short. The application creates logs for each request, which overloads my logging system.
I also want to change the time period between Readiness and LivenessProbe. It makes no sense to use the same time period for both probes.