Decreased resources requests and limits
This commit is contained in:
parent
37f71e9dc6
commit
d696e24b3c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user