diff --git a/deployment.yaml b/deployment.yaml index b77b965..fc79b56 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -22,11 +22,11 @@ spec: image: jenkins/jenkins:lts resources: limits: - memory: "2Gi" - cpu: "1000m" - requests: - memory: "500Mi" + memory: "1Gi" cpu: "500m" + requests: + memory: "512Mi" + cpu: "250m" ports: - name: httpport containerPort: 8080