cluster

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

commit ad5c2ba2de897e8850cc0b97c002167f8a477f38
parent b2b61f5a108134ec022c3d8cbb9aa656b9e6e997
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  1 Oct 2025 20:47:47 +0200

More ram

Diffstat:
Mapps/talos_cluster/mailserver/mailman.yaml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml @@ -63,10 +63,10 @@ spec: containerPort: 8024 resources: requests: - memory: "256Mi" + memory: "512Mi" cpu: "100m" limits: - memory: "512Mi" + memory: "1Gi" cpu: "500m" env: - name: DATABASE_URL @@ -136,10 +136,10 @@ spec: containerPort: 8080 resources: requests: - memory: "512Mi" + memory: "768Mi" cpu: "200m" limits: - memory: "1Gi" + memory: "2Gi" cpu: "1000m" #command: # - tail @@ -272,10 +272,10 @@ spec: containerPort: 9090 resources: requests: - memory: "64Mi" + memory: "128Mi" cpu: "50m" limits: - memory: "256Mi" + memory: "512Mi" cpu: "200m" startupProbe: httpGet: