wekan / charts

Wekan Helm Charts to deploy to Kubernetes
MIT License
2 stars 15 forks source link

[Feature] Add readiness probe to deployment #26

Closed markksuite closed 10 months ago

markksuite commented 10 months ago

Add readinessProbe to deployment.yaml:

          readinessProbe:
            httpGet:
              path: /
              port: 8080
            initialDelaySeconds: 20
xet7 commented 10 months ago

@markksuite

Please send PR. Thanks!

xet7 commented 10 months ago

Hmm. Add where in that file? Please send PR.

markksuite commented 10 months ago

28

xet7 commented 10 months ago

Fixed at https://github.com/wekan/charts/pull/28

markksuite commented 10 months ago

Thanks for merging