Skip to content

Commit eb4633d

Browse files
committed
Shawn he say k8s mem not flexible so they might as well be the same
1 parent b58e99a commit eb4633d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/grep/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
resources:
4242
# Manage how much memory is allocated, could add cpu if we wanted
4343
requests:
44-
memory: "1024Mi"
44+
memory: "4072Mi"
4545
limits:
4646
memory: "4072Mi"
4747
volumeMounts:

apps/test-smoke/base/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
resources:
2727
# Manage how much memory is allocated, could add cpu if we wanted
2828
requests:
29-
memory: "10Mi"
29+
memory: "20Mi"
3030
limits:
3131
memory: "20Mi"
3232
---
@@ -61,7 +61,7 @@ spec:
6161
resources:
6262
# Manage how much memory is allocated, could add cpu if we wanted
6363
requests:
64-
memory: "1000Mi"
64+
memory: "3500Mi"
6565
limits:
6666
memory: "3500Mi"
6767
volumes:

apps/web/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
resources:
2727
# Manage how much memory is allocated, could add cpu if we wanted
2828
requests:
29-
memory: "1024Mi"
29+
memory: "30724Mi"
3030
limits:
3131
memory: "3072Mi"
3232
volumeMounts:

0 commit comments

Comments
 (0)