From 5ec8620d7371be63df202334acca5fb508e5aa29 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 27 Oct 2024 13:29:17 +0000 Subject: [PATCH] Added outline resource requests Signed-off-by: Marcus Noble --- manifests/outline/outline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index 49e0bd4..2f7efbd 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -69,6 +69,10 @@ spec: failureThreshold: 30 timeoutSeconds: 1 periodSeconds: 5 + resources: + requests: + cpu: 8m + memory: 800Mi volumeMounts: - mountPath: /opt/outline/.env subPath: .env