fix(k8s): adjust resource requests for deployment
Reduce CPU and memory requests from 10m to 5m and from 10Mi to 5Mi to optimize resource usage for the application deployment. This change aims to improve overall efficiency without compromising performance.
This commit is contained in:
+2
-2
@@ -49,8 +49,8 @@ spec:
|
||||
- containerPort: 80
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 10Mi
|
||||
cpu: 5m
|
||||
memory: 5Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 300Mi
|
||||
|
||||
Reference in New Issue
Block a user