Merge pull request #339 from 3dwardch3ng/infra/prometheus
fix resource limits for prometheus and nexus
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "3Gi"
|
memory: "3Gi"
|
||||||
cpu: "500m"
|
cpu: "1"
|
||||||
requests:
|
requests:
|
||||||
memory: "2Gi"
|
memory: "2Gi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ spec:
|
|||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 500M
|
memory: 500M
|
||||||
limits:
|
limits:
|
||||||
cpu: 1Gi
|
cpu: "1"
|
||||||
memory: 1Gi
|
memory: 2Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: prometheus-config-volume
|
- name: prometheus-config-volume
|
||||||
mountPath: /etc/prometheus/
|
mountPath: /etc/prometheus/
|
||||||
|
|||||||
Reference in New Issue
Block a user