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