Skip to content

Commit 9e30341

Browse files
author
Shubha Narayanan
committed
changed example values
1 parent da2200c commit 9e30341

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/cert-manager-configure-cpu-memory.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,24 +90,24 @@ spec:
9090
cpu: 200m <2>
9191
memory: 64Mi <3>
9292
requests: <4>
93-
cpu: 200m <2>
94-
memory: 64Mi <3>
93+
cpu: 10m <2>
94+
memory: 16Mi <3>
9595
webhookConfig:
9696
overrideResources:
9797
limits: <5>
9898
cpu: 200m <6>
9999
memory: 64Mi <7>
100100
requests: <8>
101-
cpu: 200m <6>
102-
memory: 64Mi <7>
101+
cpu: 10m <6>
102+
memory: 16Mi <7>
103103
cainjectorConfig:
104104
overrideResources:
105105
limits: <9>
106106
cpu: 200m <10>
107107
memory: 64Mi <11>
108108
requests: <12>
109-
cpu: 200m <10>
110-
memory: 64Mi <11>
109+
cpu: 10m <10>
110+
memory: 16Mi <11>
111111
"
112112
----
113113
<1> Defines the maximum amount of CPU and memory that a single container in a cert-manager controller pod can request.

0 commit comments

Comments
 (0)