cluster

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

commit 457d70f3363590db4a0282a39b21541eb36c6db7
parent 51459b755a79f96d253f7ffb7023a57c072addbd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 10 Apr 2023 01:13:24 +0200

Increase cpu limit

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 @@ -25,7 +25,7 @@ spec: cpu: 500m memory: 24000Mi limits: - cpu: 500m + cpu: 2000m memory: 64000Mi postgresql: version: "15"