Skip to content

Commit 56424bd

Browse files
committed
fix: raise memory request
1 parent a4b9b69 commit 56424bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kontinuous/env/prod/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ next-app:
2020
resources:
2121
requests:
2222
cpu: "200m"
23-
memory: "256Mi"
23+
memory: "512Mi"
2424
limits:
2525
cpu: "300m"
2626
memory: "512Mi"

0 commit comments

Comments
 (0)