Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
catladder
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
catladder
catladder
Commits
7a0c02cd
Commit
7a0c02cd
authored
3 years ago
by
Marco Wettstein
Browse files
Options
Downloads
Patches
Plain Diff
fix: higher limit for cpu
parent
eb5ba084
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!29
refactor: abstract gitlab jobs in catladder jobs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runner-images/kubernetes/helm-charts/the-panter-chart/values.yaml
+4
-4
4 additions, 4 deletions
...mages/kubernetes/helm-charts/the-panter-chart/values.yaml
with
4 additions
and
4 deletions
runner-images/kubernetes/helm-charts/the-panter-chart/values.yaml
+
4
−
4
View file @
7a0c02cd
...
...
@@ -39,7 +39,7 @@ ingress:
jobDefaults
:
resources
:
limits
:
cpu
:
5
00m
cpu
:
10
00m
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
:
5
00m
cpu
:
10
00m
memory
:
1000Mi
requests
:
cpu
:
10
0m
cpu
:
5
0m
memory
:
350Mi
startupProbe
:
httpGet
:
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
186923b2
·
3 years ago
mentioned in commit
186923b2
mentioned in commit 186923b2817904ff875590a4e77caae646492c2f
Toggle commit list
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