Jeremy T. Bouse - 2023-10-23

I've seen some discussions in the past about building a Docker container image to run ART with Tomcat. I'm looking to build one along with a Helm chart to deploy into our EKS (Kubernetes) cluster and before I started was trying to ascertain if anyone had already began/attempted such an endeavor to keep from completely re-inventing the wheel.

I know with the curent versions I can easily changes the config directory (-Dart.configDirectory property setting) along with changing the exportDirectory and workDirectory paths in the art-custom-settings.json file deployed in the config directory which would allow me to store those onto PVCs. As the art-custom-settings.json file is read-only via ART I was actually considering putting it as a k8s configMap resource and having the Helm chart deploy that based on values passed in.