From 0243dc08e76b11a3d8c3b1daafdc1e316b88c436 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 14 Sep 2025 15:38:00 +0100 Subject: [PATCH] Increased memory requests Signed-off-by: Marcus Noble --- manifests/auth-proxy/proxy.yaml | 4 ++-- manifests/nginx-lb/nginx-lb.yaml | 2 +- manifests/outline/outline.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index b814a4e..0c52b19 100644 --- a/manifests/auth-proxy/proxy.yaml +++ b/manifests/auth-proxy/proxy.yaml @@ -101,9 +101,9 @@ spec: protocol: TCP resources: limits: - memory: 50Mi + memory: 80Mi requests: - memory: 50Mi + memory: 80Mi volumes: - name: host-mappings configMap: diff --git a/manifests/nginx-lb/nginx-lb.yaml b/manifests/nginx-lb/nginx-lb.yaml index f60c1ea..431220f 100644 --- a/manifests/nginx-lb/nginx-lb.yaml +++ b/manifests/nginx-lb/nginx-lb.yaml @@ -533,7 +533,7 @@ spec: resources: requests: cpu: 100m - memory: 90Mi + memory: 150Mi securityContext: allowPrivilegeEscalation: true capabilities: diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index 67ba5d5..c064534 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -72,7 +72,7 @@ spec: resources: requests: cpu: 8m - memory: 800Mi + memory: 1024Mi volumeMounts: - mountPath: /opt/outline/.env subPath: .env