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