From 0d18d36d188eaac156efb7f371556b4c5296395a Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 08:01:16 -0500 Subject: [PATCH] fix: increase haproxy memory limit to 128Mi --- runner/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/deployment.yaml b/runner/deployment.yaml index 83a6d44..5869133 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -60,10 +60,10 @@ spec: resources: requests: cpu: 10m - memory: 16Mi + memory: 32Mi limits: cpu: 100m - memory: 64Mi + memory: 128Mi volumeMounts: - name: haproxy-config mountPath: /usr/local/etc/haproxy