Skip to content
Snippets Groups Projects
Commit 1bb14aaf authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3279 OZG-3299 Limit dokumentiert

parent 1283efe9
Branches
Tags
No related merge requests found
......@@ -171,13 +171,26 @@ Lastest wurde über SoapUI (Projekt Usermanager user-manager-server/src/test/res
#### Empfohlene Speichereinstellungen
Prod:
```yaml
limits:
cpu: "500m"
memory: "256Mi"
requests:
cpu: "50m"
memory: "256Mi"
```
Dev:
```yaml
limits:
cpu: "500m"
memory: "512Mi"
memory: "128Mi"
requests:
cpu: "50m"
memory: "192Mi"
memory: "128Mi"
```
### Weitere Urls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment