From 952fbf0016ba99da3119a0d87c96fb20ca306a91 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 11 May 2022 20:21:14 +0200 Subject: [PATCH] invidious: Add resource configuration --- deploy/base/deploy-invidious.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy/base/deploy-invidious.yaml b/deploy/base/deploy-invidious.yaml index 1f240c5..613bf90 100644 --- a/deploy/base/deploy-invidious.yaml +++ b/deploy/base/deploy-invidious.yaml @@ -86,6 +86,13 @@ spec: - mountPath: /invidious/config/config.yml subPath: config.yml name: config + resources: + requests: + memory: "128Mi" + cpu: "100m" + limits: + memory: "256Mi" + cpu: "500m" livenessProbe: failureThreshold: 10 httpGet: