tryretool / retool-helm

MIT License
45 stars 57 forks source link

Add readinessProb to jobs container #130

Closed flatiron32 closed 1 month ago

flatiron32 commented 10 months ago

My platform team has implemented an admission controller that requires a readinessProbe to be defined. Using the livelinessProbe as a model, this implements it for the jobs container.

avimoondra commented 1 month ago

Thanks for the PR @flatiron32 !