FIX(cert-manager): increase memory to prevent OOM

- Increase controller memory from 64Mi to 96Mi
- Increase webhook memory from 64Mi to 96Mi
- Increase cainjector memory from 64Mi to 96Mi
- Increase CPU requests from 15m to 23m (1.5x)
This commit is contained in:
2026-01-09 23:54:10 +09:00
parent 5ac46a4b91
commit a422382bc2

View File

@@ -8,19 +8,19 @@ replicaCount: 2
resources:
requests:
cpu: 15m
memory: 64Mi
cpu: 23m
memory: 96Mi
limits:
memory: 64Mi
memory: 96Mi
webhook:
replicaCount: 2
resources:
requests:
cpu: 15m
memory: 64Mi
cpu: 23m
memory: 96Mi
limits:
memory: 64Mi
memory: 96Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity:
@@ -36,10 +36,10 @@ cainjector:
replicaCount: 2
resources:
requests:
cpu: 15m
memory: 64Mi
cpu: 23m
memory: 96Mi
limits:
memory: 64Mi
memory: 96Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity: