Skip to content
Snippets Groups Projects
Commit 6239eadb authored by OZGCloud's avatar OZGCloud
Browse files

set prod limit to 192

parent 48eb5544
No related branches found
No related tags found
No related merge requests found
...@@ -176,10 +176,10 @@ Prod: ...@@ -176,10 +176,10 @@ Prod:
```yaml ```yaml
limits: limits:
cpu: "500m" cpu: "500m"
memory: "196Mi" memory: "192Mi"
requests: requests:
cpu: "50m" cpu: "50m"
memory: "196Mi" memory: "192Mi"
``` ```
Dev: Dev:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment