Skip to content

Commit a11a45b

Browse files
committed
Reapply "infra: increase memory for hashnode" (#33)
This reverts commit b7ec1ce.
1 parent 3e35568 commit a11a45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/hashnode-starter-kit/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ deployment:
4747
resources:
4848
limits:
4949
cpu: 1
50-
memory: 400Mi
50+
memory: 800Mi
5151
requests:
5252
cpu: 100m
53-
memory: 400Mi
53+
memory: 800Mi
5454

5555
# This is because for now we don't run as non-root
5656
# security:

0 commit comments

Comments
 (0)