From ff81e959c4cb0f6b929aa661d81126e808e7ba49 Mon Sep 17 00:00:00 2001 From: Marat Date: Sun, 19 Jun 2022 15:02:04 +0400 Subject: [PATCH] asd --- my-bloody-jenkins/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/my-bloody-jenkins/values.yaml b/my-bloody-jenkins/values.yaml index 3d7252a..48fbc67 100644 --- a/my-bloody-jenkins/values.yaml +++ b/my-bloody-jenkins/values.yaml @@ -74,12 +74,12 @@ rbac: ## It is highly recommended to give jenkins the amount of ## cpu and memory in production usage resources: -# requests: -# cpu: 200m -# memory: 256Mi -# limits: -# cpu: 200m -# memory: 256Mi + requests: + cpu: 500m + memory: 512Mi + limits: + cpu: 2000m + memory: 2048Mi ######################################################## ######################################################## @@ -87,7 +87,7 @@ resources: ## This is why the livenessProbe.initialDelaySeconds is high readinessProbe: timeoutSeconds: 5 - initialDelaySeconds: 5 + initialDelaySeconds: 120 periodSeconds: 5 failureThreshold: 3