Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Helm charts for swh packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
CI CD
Helm charts for swh packages
Commits
b7afc569
Commit
b7afc569
authored
1 year ago
by
Guillaume Samson
Browse files
Options
Downloads
Patches
Plain Diff
swh/loader: create add_forge_now_slow loader (max 1 replica)
parent
2407f16c
No related branches found
Branches containing commit
No related tags found
1 merge request
!59
swh/loader: create add_forge_now_slow loader (max 1 replica)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
swh/values/production.yaml
+11
-0
11 additions, 0 deletions
swh/values/production.yaml
swh/values/staging.yaml
+10
-0
10 additions, 0 deletions
swh/values/staging.yaml
with
21 additions
and
0 deletions
swh/values/production.yaml
+
11
−
0
View file @
b7afc569
...
...
@@ -57,9 +57,20 @@ loaders:
requestedCpu
:
500m
queues
:
-
add_forge_now:swh.loader.git.tasks.UpdateGitRepository
ackLate
:
true
autoScaling
:
queueThreshold
:
1
maxReplicaCount
:
6
add-forge-now-slow
:
image
:
swh_loader_git_image
requestedMemory
:
1024Mi
requestedCpu
:
500m
queues
:
-
add_forge_now_slow:swh.loader.git.tasks.UpdateGitRepository
ackLate
:
true
autoScaling
:
queueThreshold
:
1
maxReplicaCount
:
1
pubdev
:
requestedMemory
:
256Mi
requestedCpu
:
200m
...
...
This diff is collapsed.
Click to expand it.
swh/values/staging.yaml
+
10
−
0
View file @
b7afc569
...
...
@@ -20,6 +20,16 @@ loaders:
autoScaling
:
queueThreshold
:
1
maxReplicaCount
:
3
add-forge-now-slow
:
image
:
swh_loader_git_image
requestedMemory
:
256Mi
requestedCpu
:
200m
queues
:
-
add_forge_now_slow:swh.loader.git.tasks.UpdateGitRepository
ackLate
:
true
autoScaling
:
queueThreshold
:
1
maxReplicaCount
:
1
archive
:
requestedMemory
:
256Mi
requestedCpu
:
200m
...
...
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