Decrease cpu and memory limit

This commit is contained in:
Quentin Legot 2023-10-09 18:02:44 +02:00
parent ab4f1290fe
commit 04a4bede48
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ spec:
resources: resources:
limits: limits:
memory: "128Mi" memory: "128Mi"
cpu: "500m" cpu: "300m"
ports: ports:
- containerPort: 24 - containerPort: 24
name: lmtp name: lmtp

View File

@ -20,7 +20,7 @@ spec:
resources: resources:
limits: limits:
memory: "128Mi" memory: "128Mi"
cpu: "500m" cpu: "300m"
ports: ports:
- containerPort: 25 - containerPort: 25
name: smtp name: smtp

View File

@ -30,8 +30,8 @@ spec:
mountPath: /var/roundcube mountPath: /var/roundcube
resources: resources:
limits: limits:
memory: "256Mi" memory: "128Mi"
cpu: "500m" cpu: "300m"
ports: ports:
- containerPort: 80 - containerPort: 80
name: roundcube name: roundcube