Files
dsk-iac/packer/ansible/roles/helm_install/files/postgresql/override-values.yaml
havelight-ee 2d70373907 update
2023-05-11 13:55:28 +09:00

30 lines
670 B
YAML

auth:
postgresPassword: "root"
username: "root"
password: "root"
primary:
extendedConfiguration: |-
max_connections = '1000'
shared_buffers = '1024MB'
deadlock_timeout = '5s'
statement_timeout = '15s'
idle_in_transaction_session_timeout = '60s'
shared_preload_libraries = 'pg_stat_statements'
service:
type: NodePort
tolerations:
- key: "dev/data-es"
operator: "Exists"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: datasaker/group
operator: In
values:
- data-es