Has anyone have had issues where apparently Freemarker stops working, and the HTML is served including the Freemarker macros without processing?
We have seen this a couple of times but always in production and without much tools or time to do proper debugging. And as we have not yet found a way to reproduce this behavior, we have not been able to look furhter into it.
This is what the Login page looks like in this case:
No, that is just part of the kubernetes pod definition, which allows to set up a livenessProbe. Docker allows setting up a healthcheck script (hence the name), but it has no effect as to restart the container.