You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Probes cannot be configured when deployed with Helm, although each container should have a liveness, readyness and startup probe configured to conform to Kubernetes best practices.
Describe the solution you'd like
Please allow configuration of probes and provide a reasonable default. This should be available for all created containers.
Describe alternatives you've considered
Currently there is no possibility to configure probes.
Additional context
Each container should have a liveness, readiness and startup probe configured to conform to current Kubernetes best practices. Currently this chart does not support this feature.
Is your feature request related to a problem? Please describe.
Probes cannot be configured when deployed with Helm, although each container should have a liveness, readyness and startup probe configured to conform to Kubernetes best practices.
Describe the solution you'd like
Please allow configuration of probes and provide a reasonable default. This should be available for all created containers.
Describe alternatives you've considered
Currently there is no possibility to configure probes.
Additional context
Each container should have a liveness, readiness and startup probe configured to conform to current Kubernetes best practices. Currently this chart does not support this feature.