Is it possible to save config in database?

Hi,
I’m new to Matomo, and I’ve deployed an installation that runs behind a load balancer in a Kubernetes cluster.

My issue is that the config.ini.php file is used to store settings that are made using the Matomo web interface, and those changes are not replicated between the Kubernetes pods behind the load balancer.

I don’t have a way to synchronize the files. So my question is: Is there a way to avoid storing such data in the config altogether, and use the database instead?

Thanks :slight_smile: