postgresql - Recommended way to configure max_prepared_transactions in Postgres on Kubernetes -


what simplest way configure parameter max_prepared_transactions=100 in docker kubernetes?

i using image:

https://hub.docker.com/_/postgres/

which has postgresql.conf file @ /var/lib/postgresql/data

in kubernetes deployment, directory externally mounted can't copy postgresql.conf using dockerfile need specify parameter env parameter in kubernetes .yml file, or changing location of postgresql.conf file to, example, /etc/postgresql.conf (how can env parameter too?)

thanks


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -