Skip to content
Snippets Groups Projects

Set Request = Limits

Merged Ľuboslav Pivarč requested to merge 456130-master-patch-23416 into master
Files
3
@@ -80,3 +80,10 @@ spec:
postStart:
exec:
command: ["python3", "/etc/data-loading/cbio_client.py"]
resources:
limits:
memory: "1400Mi"
cpu: "1000m"
requests:
memory: "1400Mi"
cpu: "1000m"
\ No newline at end of file
Loading