thiagoelg opened a new issue, #596: URL: https://github.com/apache/incubator-kie-issues/issues/596
The KIE Sandbox image stores its assets on the `/var/www/html` directory, alongside a configuration file (env.json) that is modified in the Entrypoint script. This modification is blocked and the container is stopped if the Kubernetes Pod has the flag readOnlyRootFilesystem set to true. A proposal to solve this is to copy the assets to `/var/www/html` at the Entrypoint script, this way is possible to create a mounted volume on this directory and start it empty. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
