Decrease cpu and memory limit
This commit is contained in:
parent
ab4f1290fe
commit
04a4bede48
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user