cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit ded873d630437da043763580559ea43e844ee68c
parent 2f8b5d612ef5c6c2a485d8686ef979791363ea9b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 13 Oct 2024 17:07:16 +0200

Tune postgres limits

Diffstat:
Minfrastructure/configs/postgres-clusters.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -45,7 +45,7 @@ spec: cpu: 166m memory: 8481Mi limits: - cpu: null + cpu: "" memory: 8481Mi postgresql: version: "15"