Hello,
be able to configure the data sources with environment variables in order to make the deployment of the same docker image (jasperio) in the different environments (dev, recette, integration, pprod and prod). This saves us from making one image per environment and also from storing secrets in the images!
Mounting volumes via a configmap is not a good solution if the volume size exceeds 1M in a kubernetes context "he data stored in a ConfigMap cannot exceed 1 MiB. If you need to store settings that are larger than this limit, you may want to consider mounting a volume or use a separate database or file service"
Best Regards
Components | JasperReports IO, Deployment/ Installation, Dockers, Repository |