Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add livenessProbe support in Helm chart #781

Open
jagadeesh-kancherla-tfs opened this issue Sep 9, 2024 · 0 comments
Open

Request to add livenessProbe support in Helm chart #781

jagadeesh-kancherla-tfs opened this issue Sep 9, 2024 · 0 comments

Comments

@jagadeesh-kancherla-tfs
Copy link

I noticed that there is currently no option to configure livenessProbe for the containers in the Helm chart. This is an important feature for ensuring the health and resiliency of deployments in Kubernetes.

Could you please consider adding support for livenessProbe configuration in the Helm chart, similar to how readinessProbe is supported? This would allow users to set health checks for the containers to automatically restart them in case of failures.

Proposed Solution:

It would be beneficial to include options for livenessProbe in the values.yaml file. Here is an example of what could be added:

livenessProbe:
httpGet:
path: /healthz
port: 9080
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 3
timeoutSeconds: 3
successThreshold: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant