feat(argo-workflows): Support livenessProbe to server (#3175)
* feat(argo-workflows): Support readinessProbe to server Signed-off-by: yu-croco <yu.croco@gmail.com> * fix: readiness/liveness Signed-off-by: yu-croco <yu.croco@gmail.com> --------- Signed-off-by: yu-croco <yu.croco@gmail.com> Co-authored-by: JM (Jason Meridth) <jmeridth@gmail.com>
This commit is contained in:
parent
4f356644ca
commit
cef816a740
5 changed files with 54 additions and 3 deletions
|
|
@ -0,0 +1,6 @@
|
|||
crds:
|
||||
keep: false
|
||||
|
||||
server:
|
||||
livenessProbe:
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue