Skip to content

Commit 0e8c845

Browse files
committed
mem typo fix
1 parent eb4633d commit 0e8c845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: "30724Mi"
29+
memory: "3072Mi"
3030
limits:
3131
memory: "3072Mi"
3232
volumeMounts:

0 commit comments

Comments
 (0)