Double quota
This commit is contained in:
parent
a47d0412ca
commit
00eb9142f6
|
@ -53,13 +53,13 @@ spec:
|
|||
subPath: php.ini
|
||||
resources:
|
||||
limits:
|
||||
cpu: 6000m
|
||||
hugepages-2Mi: 4096Mi
|
||||
memory: 4096Mi
|
||||
cpu: 32000m
|
||||
hugepages-2Mi: 8192Mi
|
||||
memory: 8192Mi
|
||||
requests:
|
||||
cpu: 2000m
|
||||
hugepages-2Mi: 4096Mi
|
||||
memory: 512Mi
|
||||
cpu: 16000m
|
||||
hugepages-2Mi: 8192Mi
|
||||
memory: 2048Mi
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 80
|
||||
|
|
Loading…
Reference in a new issue