CHORE(app): reduce memory to 100Mi
- Memory limit: 200Mi -> 100Mi - Memory request: 100Mi -> 50Mi - Current usage is only ~36Mi, so 100Mi limit is sufficient
This commit is contained in:
@@ -12,8 +12,8 @@ spec:
|
|||||||
- name: portfolio-app
|
- name: portfolio-app
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "100Mi"
|
memory: "50Mi"
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
limits:
|
limits:
|
||||||
memory: "200Mi"
|
memory: "100Mi"
|
||||||
cpu: "150m"
|
cpu: "150m"
|
||||||
|
|||||||
Reference in New Issue
Block a user