UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.50
Show more breadcrumbs
Big Bang
bigbang
Commits
f78a2140
Verified
Commit
f78a2140
authored
3 months ago
by
Andrew Shoell
Browse files
Options
Downloads
Patches
Plain Diff
doubling the limits
parent
6f30af93
No related branches found
No related tags found
1 merge request
!5499
Resolve "Flux CPU limits cause deployments to take longer than they should"
Pipeline
#3791586
passed with warnings
3 months ago
Stage: 🎛 prevar
Stage: 🔥 smoke tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/flux/kustomization.yaml
+8
-8
8 additions, 8 deletions
base/flux/kustomization.yaml
with
8 additions
and
8 deletions
base/flux/kustomization.yaml
+
8
−
8
View file @
f78a2140
...
...
@@ -78,8 +78,8 @@ patches:
- name: manager
resources:
limits:
cpu:
9
00m
memory:
1
Gi
cpu:
18
00m
memory:
2
Gi
requests:
cpu: 900m
memory: 1Gi
...
...
@@ -108,8 +108,8 @@ patches:
- name: manager
resources:
limits:
cpu:
3
00m
memory:
6
00Mi
cpu:
6
00m
memory:
12
00Mi
requests:
cpu: 300m
memory: 600Mi
...
...
@@ -138,8 +138,8 @@ patches:
- name: manager
resources:
limits:
cpu:
1
00m
memory:
2
00Mi
cpu:
2
00m
memory:
4
00Mi
requests:
cpu: 100m
memory: 200Mi
...
...
@@ -168,8 +168,8 @@ patches:
- name: manager
resources:
limits:
cpu:
3
00m
memory:
384
Mi
cpu:
6
00m
memory:
800
Mi
requests:
cpu: 300m
memory: 384Mi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment