arttor / helmify

Creates Helm chart from Kubernetes yaml
MIT License
1.48k stars 136 forks source link

feat: introduce readiness and liveness probe feature #73

Open RealAnna opened 1 year ago

RealAnna commented 1 year ago

this PR adds configurable liveness and readiness probes with cli -probes=true readynessprobes and livenessprobes are templated with a completely customizable probe or the copy of the probes in the input

by default the feature is disabled

RealAnna commented 1 year ago

@arttor does this version make sense now ? 😸

arttor commented 1 year ago

@RealAnna looks good. Can you please regenerate samples without using flags? Repo samples should represent default behavior.

RealAnna commented 1 year ago

@arttor can this be merged now or should I fix something else?