Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shiny-k8s
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
hub
shiny-k8s
Commits
565db85c
Commit
565db85c
authored
11 months ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
add Container to "Memory limit" in quota estimation
parent
a7c22455
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/user_guide/helm_settings.rst
+8
-8
8 additions, 8 deletions
source/user_guide/helm_settings.rst
with
8 additions
and
8 deletions
source/user_guide/helm_settings.rst
+
8
−
8
View file @
565db85c
...
...
@@ -158,20 +158,20 @@ instance going down with a wrong commit, or a slowed down as you started
multiple computation on it.
In you production environement you will have only one branch, the ``main``
branch. But in production using nodowntime is a
dviced
, and autoscaling
branch. But in production using nodowntime is a
rguable
, and autoscaling
could also be a good idea if you may face peek of usage by numerous users.
Also dedicating more CPU and RAM to your app can make sens.
By re-using previous example, but after adapting settings after the previous
discussion, we then have a quota needs of:
+------+--------------+-------------+-------------+----------+------------+--------------------+
| |
M
emory limit | Autoscaling | No downtime | Branches | Multiplier | Quota memory limit |
+======+==============+=============+=============+==========+============+====================+
| Dev | 2Gi | 1 | no | 3 | =3 | 6Gi |
+------+--------------+-------------+-------------+----------+------------+--------------------+
| Prod | 4Gi | 3 | yes | 1 | =4 | 16Gi |
+------+--------------+-------------+-------------+----------+------------+--------------------+
+------+--------------
----------
+-------------+-------------+----------+------------+--------------------+
| |
Container m
emory limit | Autoscaling | No downtime | Branches | Multiplier | Quota memory limit |
+======+==============
==========
+=============+=============+==========+============+====================+
| Dev |
2Gi | 1 | no | 3 | =3 | 6Gi |
+------+--------------
----------
+-------------+-------------+----------+------------+--------------------+
| Prod |
4Gi | 3 | yes | 1 | =4 | 16Gi |
+------+--------------
----------
+-------------+-------------+----------+------------+--------------------+
...
...
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