c4k-common/src/main/resources/postgres/config-8gb.yaml

13 lines
217 B
YAML
Raw Normal View History

2021-07-09 16:21:17 +02:00
apiVersion: v1
kind: ConfigMap
metadata:
name: postgres-config
labels:
app: postgres
data:
2021-09-14 19:38:57 +02:00
postgres-db: postgres
2021-07-09 16:21:17 +02:00
postgresql.conf: |
max_connections = 700
work_mem = 3MB
2021-09-14 18:11:42 +02:00
shared_buffers = 2048MB