Decrease cpu and memory limit
This commit is contained in:
parent
ab4f1290fe
commit
04a4bede48
@ -25,7 +25,7 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "500m"
|
||||
cpu: "300m"
|
||||
ports:
|
||||
- containerPort: 24
|
||||
name: lmtp
|
||||
|
@ -20,7 +20,7 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "500m"
|
||||
cpu: "300m"
|
||||
ports:
|
||||
- containerPort: 25
|
||||
name: smtp
|
||||
|
@ -30,8 +30,8 @@ spec:
|
||||
mountPath: /var/roundcube
|
||||
resources:
|
||||
limits:
|
||||
memory: "256Mi"
|
||||
cpu: "500m"
|
||||
memory: "128Mi"
|
||||
cpu: "300m"
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: roundcube
|
||||
|
Loading…
Reference in New Issue
Block a user