Skip to content

Commit

Permalink
Update memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 4, 2023
1 parent 1da5815 commit ebdddc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/mongo/templates/mongo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- containerPort: 27017
resources:
limits:
memory: "1500Mi"
memory: "2000Mi"
cpu: "1000m"
requests:
memory: "100Mi"
Expand Down
4 changes: 2 additions & 2 deletions deploy/serval/templates/echo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
- containerPort: 80
resources:
limits:
memory: "200Mi"
memory: "100Mi"
cpu: "100m"
requests:
memory: "100Mi"
memory: "50Mi"
cpu: "100m"
volumeMounts:
- mountPath: /var/lib/serval
Expand Down
4 changes: 2 additions & 2 deletions deploy/serval/templates/machine-engine-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ spec:
- containerPort: 80
resources:
limits:
memory: "500Mi"
memory: "2500Mi"
cpu: "500m"
requests:
memory: "100Mi"
memory: "500Mi"
cpu: "100m"
volumeMounts:
- mountPath: /var/lib/machine
Expand Down
2 changes: 1 addition & 1 deletion deploy/serval/templates/serval-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- containerPort: 81
resources:
limits:
memory: "1000Mi"
memory: "400Mi"
cpu: "500m"
requests:
memory: "100Mi"
Expand Down

0 comments on commit ebdddc7

Please sign in to comment.