We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7441e38 + 9e30341 commit 8dd070cCopy full SHA for 8dd070c
modules/cert-manager-configure-cpu-memory.adoc
@@ -90,24 +90,24 @@ spec:
90
cpu: 200m <2>
91
memory: 64Mi <3>
92
requests: <4>
93
- cpu: 200m <2>
94
- memory: 64Mi <3>
+ cpu: 10m <2>
+ memory: 16Mi <3>
95
webhookConfig:
96
overrideResources:
97
limits: <5>
98
cpu: 200m <6>
99
memory: 64Mi <7>
100
requests: <8>
101
- cpu: 200m <6>
102
- memory: 64Mi <7>
+ cpu: 10m <6>
+ memory: 16Mi <7>
103
cainjectorConfig:
104
105
limits: <9>
106
cpu: 200m <10>
107
memory: 64Mi <11>
108
requests: <12>
109
- cpu: 200m <10>
110
- memory: 64Mi <11>
+ cpu: 10m <10>
+ memory: 16Mi <11>
111
"
112
----
113
<1> Defines the maximum amount of CPU and memory that a single container in a cert-manager controller pod can request.
0 commit comments