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

feat: add probes and initcontainers + app upgrade #50

Closed davidspek closed 1 year ago

davidspek commented 1 year ago

Closes: https://github.com/8gears/n8n-helm-chart/issues/38

This PR adds the ability to configure the readiness and liveness probes of the container. It also allows for adding init containers to all the deployments. Lastly, it bumps n8n to the latest version and adds some comments so Artifacthub will pick up the change and publish a new version of the chart.

Vad1mo commented 1 year ago

thank you for your contribution, @DavidSpek.