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