cluster

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

commit b433012db6261b004877e95661ab29a09bc7def6
parent 0d5f8daf13c98df5fedf9ca69b636b4ef4571b73
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  5 May 2024 16:52:29 +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 @@ -34,7 +34,7 @@ spec: cpu: 150m memory: 3Gi limits: - cpu: 2000m + cpu: 4000m memory: 5Gi postgresql: version: "15"