Decreased resources requests and limits
This commit is contained in:
parent
37f71e9dc6
commit
d696e24b3c
@ -22,11 +22,11 @@ spec:
|
|||||||
image: jenkins/jenkins:lts
|
image: jenkins/jenkins:lts
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "2Gi"
|
memory: "1Gi"
|
||||||
cpu: "1000m"
|
|
||||||
requests:
|
|
||||||
memory: "500Mi"
|
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
|
requests:
|
||||||
|
memory: "512Mi"
|
||||||
|
cpu: "250m"
|
||||||
ports:
|
ports:
|
||||||
- name: httpport
|
- name: httpport
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
Loading…
x
Reference in New Issue
Block a user