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

[BUG] Helm chart for flux2 should allow customize readiness and liveness probes #166

Open
slawekww opened this issue Mar 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@slawekww
Copy link

Describe the bug a clear and concise description of what the bug is.

All modern helm chart allows to define custom readiness and liveness probes.
In some k8s deployments, timeout of 1s for not enough.

What's your helm version?

v3.11.1

What's your kubectl version?

v1.24.6

What's the chart version?

2.5.0

What happened?

Readiness/liveness is fixed and cannot be changed by helm chart:

    Liveness:   http-get http://:healthz/healthz delay=0s timeout=1s period=10s #success=1 #failure=3
    Readiness:  http-get http://:http/ delay=0s timeout=1s period=10s #success=1 #failure=3

What you expected to happen?

Add readiness/liveness probes globally for all components or for each components as values.yaml to allow update them by user of helm chart.

How to reproduce it?

Deploy helm chart with flux.

Enter the changed values of values.yaml?

n/a

Enter the command that you execute and failing/misfunctioning.

n/a

Anything else we need to know?

No response

@slawekww slawekww added the bug Something isn't working label Mar 10, 2023
@slawekww slawekww changed the title [BUG] Helm chart for flux should allow customize readiness and liveness probes [BUG] Helm chart for flux2 should allow customize readiness and liveness probes Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant