Skip to content

Commit b7ec1ce

Browse files
authored
Revert "infra: increase memory for hashnode" (#33)
1 parent ec11251 commit b7ec1ce

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: 800Mi
50+
memory: 400Mi
5151
requests:
5252
cpu: 100m
53-
memory: 800Mi
53+
memory: 400Mi
5454

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

0 commit comments

Comments
 (0)