Skip to content
Snippets Groups Projects
Commit 7a0c02cd authored by Marco Wettstein's avatar Marco Wettstein
Browse files

fix: higher limit for cpu

parent eb5ba084
No related branches found
No related tags found
1 merge request!29refactor: abstract gitlab jobs in catladder jobs
......@@ -39,7 +39,7 @@ ingress:
jobDefaults:
resources:
limits:
cpu: 500m
cpu: 1000m
requests:
cpu: 500m
memory: 350Mi
......@@ -51,7 +51,7 @@ application:
# these requests are usually overridden by the gitlab include and values
resources:
limits:
cpu: "1"
cpu: 1000m
memory: 600Mi
requests:
cpu: 50m
......@@ -69,10 +69,10 @@ application:
additionalPorts: []
resources:
limits:
cpu: 500m
cpu: 1000m
memory: 1000Mi
requests:
cpu: 100m
cpu: 50m
memory: 350Mi
startupProbe:
httpGet:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment