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