CHORE(app): increase memory to 200Mi
- Memory limit: 100Mi -> 200Mi - Memory request: 50Mi -> 100Mi - Required for Next.js with sharp package
This commit is contained in:
@@ -12,8 +12,8 @@ spec:
|
|||||||
- name: portfolio-app
|
- name: portfolio-app
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "50Mi"
|
memory: "100Mi"
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
limits:
|
limits:
|
||||||
memory: "100Mi"
|
memory: "200Mi"
|
||||||
cpu: "150m"
|
cpu: "150m"
|
||||||
|
|||||||
Reference in New Issue
Block a user