mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-10-29 17:50:23 +00:00
fix(k8s): increase max memory limit
otherwise, the upload bandwidth test fails Signed-off-by: Clément Nussbaumer <clement@astutus.org>
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
|||||||
- export
|
- export
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "512Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: mktxp-credentials
|
- name: mktxp-credentials
|
||||||
|
|||||||
Reference in New Issue
Block a user