Reduce quotas and add second replica
This commit is contained in:
parent
00eb9142f6
commit
de9df91d7e
|
@ -5,7 +5,7 @@ metadata:
|
|||
labels:
|
||||
app: customer-node
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: customer-node
|
||||
|
@ -53,12 +53,12 @@ spec:
|
|||
subPath: php.ini
|
||||
resources:
|
||||
limits:
|
||||
cpu: 32000m
|
||||
hugepages-2Mi: 8192Mi
|
||||
memory: 8192Mi
|
||||
cpu: 16000m
|
||||
hugepages-2Mi: 4096Mi
|
||||
memory: 4096Mi
|
||||
requests:
|
||||
cpu: 16000m
|
||||
hugepages-2Mi: 8192Mi
|
||||
hugepages-2Mi: 4096Mi
|
||||
memory: 2048Mi
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
|
|
Loading…
Reference in a new issue