Couchdb readiness probe expects curl
Summary
The official Couchdb helm chart hardcodes a readiness probe that utilizes the curl
package https://github.com/apache/couchdb-helm/blob/main/couchdb/templates/statefulset.yaml#L136
As part of 2bceb158, the curl package was removed, but I believe it should be added back.
Steps to reproduce
Try to use this image as an input to the official couchdb helm chart.
What is the current bug behavior?
The pod will never enter a Running state due to Readiness probe failed: sh: 1: curl: not found
What is the expected correct behavior?
A running pod
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info