c4k-nextcloud/main/resources/postgres/postgres-config.yml

11 lines
174 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
name: postgres-config
labels:
app: postgres
data:
postgresql.conf: |
max_connections = 1000
shared_buffers = 512MB