You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
The default values have health checks for the frontend container, but not the api. This results in the pod going ready as soon as the frontend container is up, but before the API container is ready.
The browser is shown:
Server error
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.
Expected result
Pod stays unready until all containers are able to service requests
By default our charts only check if a single port is able to connect, in this case the frontend. Ideally the frontend wouldn't report 'ready' if the api is not available. We could maybe do this with a http check, or worst case some kind of shell probe
If the api container has a problem, it will never be restarted. The cluster will just cycle the (otherwise working) frontend container forever. That is why health checks are applied to individual containers, not a single check for the whole pod.
Helm chart name
mealie
Helm chart version
5.0.2
Container name
hkotel/mealie
Container tag
api-v1.0.0beta-3
Description
The default values have health checks for the frontend container, but not the api. This results in the pod going ready as soon as the frontend container is up, but before the API container is ready.
The browser is shown:
Expected result
Pod stays unready until all containers are able to service requests
Helm values to reproduce
(Default)
Additional Information
Found logs, pretty expected:
Repo link
No response
The text was updated successfully, but these errors were encountered: