CHORE(external-secrets): increase certController memory
- Increase certController memory request and limit from 128Mi to 256Mi - Maintain CPU request at 2m
This commit is contained in:
@@ -50,10 +50,10 @@ certController:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 2m # Reduced from 10m based on actual usage (1m)
|
cpu: 2m # Reduced from 10m based on actual usage (1m)
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
# cpu: removed to prevent throttling
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
|
|||||||
Reference in New Issue
Block a user