FIX(external-secrets): increase certController memory to 128Mi

- cert-controller uses ~73Mi at runtime, 64Mi causes OOMKilled
This commit is contained in:
2026-01-09 14:19:17 +09:00
parent 871882927b
commit c368d2e983

View File

@@ -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: 64Mi memory: 128Mi
limits: limits:
# cpu: removed to prevent throttling # cpu: removed to prevent throttling
memory: 64Mi memory: 128Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes # Affinity - Soft Anti-Affinity to spread pods across nodes
affinity: affinity:
podAntiAffinity: podAntiAffinity: