Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
open-source
MetaGer
Commits
2696756d
Commit
2696756d
authored
4 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
reduced cpu limits and request to achieve better scaling
parent
ff9f3541
No related branches found
No related tags found
1 merge request
!1588
Development
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/production-values.yaml
+7
-0
7 additions, 0 deletions
.gitlab/production-values.yaml
with
7 additions
and
0 deletions
.gitlab/production-values.yaml
+
7
−
0
View file @
2696756d
...
@@ -4,6 +4,13 @@ service:
...
@@ -4,6 +4,13 @@ service:
hpa
:
hpa
:
minReplicas
:
5
minReplicas
:
5
maxReplicas
:
25
maxReplicas
:
25
resources
:
limits
:
cpu
:
500m
memory
:
1Gi
requests
:
cpu
:
500m
memory
:
1Gi
podDisruptionBudget
:
podDisruptionBudget
:
enabled
:
true
enabled
:
true
minAvailable
:
4
minAvailable
:
4
...
...
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