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
Running mithril-client in the main container at startup is built into the image, but this causes an excessively long start up time on first launch. Split running Mithril to an initContainer, so it runs before health checks start on the main container.