refactor: reduce resource requests in deploy.yaml #79
+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