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

12 lines
192 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:
postgresql.conf: |
max_connections = 100
work_mem = 4MB
shared_buffers = 128MB