Increase pod memory to 2GB
- Set memory request to 1Gi - Set memory limit to 2Gi
This commit is contained in:
parent
52f8af382c
commit
40d699716e
1 changed files with 2 additions and 2 deletions
|
|
@ -85,10 +85,10 @@ spec:
|
|||
name: towerops-db
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
memory: "1Gi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
memory: "2Gi"
|
||||
cpu: "500m"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue