# PostgreSQL ConfigMap # The benadis/pg-1c image has a built-in entrypoint that: # 1. Configures postgresql.conf with 1C optimizations on first run # 2. Sets pg_hba.conf for network access # 3. Creates usr1cv8 superuser # 4. Starts PostgreSQL # # No additional configuration needed — all settings are baked into the image. # This file is kept as documentation placeholder. # If custom settings are needed in the future, mount them via ConfigMap.