Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipsefdn-project-adopters
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adrien Gooris
eclipsefdn-project-adopters
Commits
9a4100cf
Commit
9a4100cf
authored
6 months ago
by
Martin Lowe
Browse files
Options
Downloads
Patches
Plain Diff
Add ephemeral storage limits to k8s config
parent
db6d8086
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/k8s/production.yml
+2
-0
2 additions, 0 deletions
src/main/k8s/production.yml
src/main/k8s/staging.yml
+2
-0
2 additions, 0 deletions
src/main/k8s/staging.yml
with
4 additions
and
0 deletions
src/main/k8s/production.yml
+
2
−
0
View file @
9a4100cf
...
...
@@ -39,9 +39,11 @@ spec:
limits
:
cpu
:
300m
memory
:
384Mi
ephemeral-storage
:
"
100Mi"
requests
:
cpu
:
300m
memory
:
384Mi
ephemeral-storage
:
"
100Mi"
startupProbe
:
httpGet
:
path
:
/adopters/q/health
...
...
This diff is collapsed.
Click to expand it.
src/main/k8s/staging.yml
+
2
−
0
View file @
9a4100cf
...
...
@@ -39,9 +39,11 @@ spec:
limits
:
cpu
:
300m
memory
:
384Mi
ephemeral-storage
:
"
100Mi"
requests
:
cpu
:
300m
memory
:
384Mi
ephemeral-storage
:
"
100Mi"
startupProbe
:
httpGet
:
path
:
/adopters/q/health
...
...
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