diff --git a/kubernetes/apps/nexus/app/deployment.yaml b/kubernetes/apps/nexus/app/deployment.yaml index 5758d28..0b3b44a 100644 --- a/kubernetes/apps/nexus/app/deployment.yaml +++ b/kubernetes/apps/nexus/app/deployment.yaml @@ -22,7 +22,7 @@ spec: resources: limits: memory: "3Gi" - cpu: "500m" + cpu: "1" requests: memory: "2Gi" cpu: "500m" diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index 0e1e19a..1d71219 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -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/