8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
207 stars 102 forks source link

Needing to customize `readiness`/`liveness` Probes #38

Closed mhkarimi1383 closed 1 year ago

mhkarimi1383 commented 1 year ago

sometimes for debugging, etc. we need more customization

Vad1mo commented 1 year ago

anything particular in mind? Feel free to make a proposal and open a PR

mhkarimi1383 commented 1 year ago

I want to know what is the preferred way? Full customization or changing some parts?

Vad1mo commented 1 year ago

I don't know what options you have in mind?

Can you elaborate what you mean?

mhkarimi1383 commented 1 year ago

You can put the entire readiness and liveness prob objecs inside or just put some parts of that (like enabling it or not, or time related values)

Vad1mo commented 1 year ago

Thanks, in that case, I would like to only configure, enable/disable and the timing in the chart.

enabled should be the default option

mhkarimi1383 commented 1 year ago

I will try to do that in a PR