From d1a95d3cc6a560cf1b282ff428d766f2f0e3bd6a Mon Sep 17 00:00:00 2001 From: Oliver <20188437+olivergrabinski@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:32:11 +0200 Subject: [PATCH] Use the reader endpoint for read/streaming in delta-aws.conf (#5034) --- infra/delta-aws.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/delta-aws.conf b/infra/delta-aws.conf index b080161bfb..66fa1110ac 100644 --- a/infra/delta-aws.conf +++ b/infra/delta-aws.conf @@ -6,12 +6,14 @@ app { database { read = ${app.defaults.database.access} { pool-size = 15 + host = ${POSTGRES_READER_ENDPOINT} } write = ${app.defaults.database.access} { pool-size = 15 } streaming = ${app.defaults.database.access} { pool-size = 50 + host = ${POSTGRES_READER_ENDPOINT} } name = "nexus_user"