Increased max CPU from 2 to 4 for nexus

This commit is contained in:
Khwezi
2026-04-12 10:49:06 +02:00
parent a00771c190
commit 62835a8c1f

View File

@@ -104,7 +104,7 @@ spec:
cpu: "500m" cpu: "500m"
memory: "2Gi" memory: "2Gi"
limits: limits:
cpu: "2" cpu: "4"
memory: "4Gi" memory: "4Gi"
volumeMounts: volumeMounts:
- name: nexus-data - name: nexus-data