project-zot / helm-charts

7 stars 18 forks source link

liveness probe fails when basic auth is enabled #44

Open andersliland opened 1 month ago

andersliland commented 1 month ago

The same as https://github.com/brotandgames/ciao/issues/59. Issue links to a PR with a good solution where the helm chart can enable and disable the probes

rchincha commented 1 month ago

Ideally, if we had curl packaged with the zot container image, one could just do a liveness check via curl with the creds mounted via k8s Secret.