Reduce quotas and add second replica

This commit is contained in:
Micke Nordin 2023-05-04 11:10:55 +02:00
parent 00eb9142f6
commit de9df91d7e

View file

@ -5,7 +5,7 @@ metadata:
labels: labels:
app: customer-node app: customer-node
spec: spec:
replicas: 1 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: customer-node app: customer-node
@ -53,12 +53,12 @@ spec:
subPath: php.ini subPath: php.ini
resources: resources:
limits: limits:
cpu: 32000m cpu: 16000m
hugepages-2Mi: 8192Mi hugepages-2Mi: 4096Mi
memory: 8192Mi memory: 4096Mi
requests: requests:
cpu: 16000m cpu: 16000m
hugepages-2Mi: 8192Mi hugepages-2Mi: 4096Mi
memory: 2048Mi memory: 2048Mi
readinessProbe: readinessProbe:
tcpSocket: tcpSocket: