From 40d699716e1c04de028a7549a8644d7703d75ba2 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 4 Jan 2026 12:47:57 -0600 Subject: [PATCH] Increase pod memory to 2GB - Set memory request to 1Gi - Set memory limit to 2Gi --- k8s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index b01bfbd9..4d45fdbc 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -85,10 +85,10 @@ spec: name: towerops-db resources: requests: - memory: "256Mi" + memory: "1Gi" cpu: "100m" limits: - memory: "512Mi" + memory: "2Gi" cpu: "500m" livenessProbe: httpGet: