UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 81c00f55 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch...

Merge branch '1477-flux-cpu-limits-cause-deployments-to-take-longer-than-they-should-2' into 'master'

Resolve "Flux CPU limits cause deployments to take longer than they should"

Closes #1477

See merge request !5499
parents 062e5fff 20259784
No related branches found
No related tags found
1 merge request!5499Resolve "Flux CPU limits cause deployments to take longer than they should"
Pipeline #3793461 failed
......@@ -78,8 +78,8 @@ patches:
- name: manager
resources:
limits:
cpu: 900m
memory: 1Gi
cpu: 1800m
memory: 2Gi
requests:
cpu: 900m
memory: 1Gi
......@@ -108,8 +108,8 @@ patches:
- name: manager
resources:
limits:
cpu: 300m
memory: 600Mi
cpu: 600m
memory: 1200Mi
requests:
cpu: 300m
memory: 600Mi
......@@ -138,8 +138,8 @@ patches:
- name: manager
resources:
limits:
cpu: 100m
memory: 200Mi
cpu: 200m
memory: 400Mi
requests:
cpu: 100m
memory: 200Mi
......@@ -168,8 +168,8 @@ patches:
- name: manager
resources:
limits:
cpu: 300m
memory: 384Mi
cpu: 600m
memory: 800Mi
requests:
cpu: 300m
memory: 384Mi
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