Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipsefdn-uss-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Eclipse Foundation
IT
APIs
eclipsefdn-uss-api
Merge requests
!40
Add ephemeral storage limits to k8s config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add ephemeral storage limits to k8s config
malowe/main/ephemeral
into
main
Overview
0
Commits
1
Changes
2
Merged
Martin Lowe
requested to merge
malowe/main/ephemeral
into
main
6 months ago
Overview
0
Commits
1
Changes
2
Expand
Add ephemeral storage limits to k8s config
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
aea2ff96
1 commit,
6 months ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/main/k8s/production.yml
+
2
−
1
Options
@@ -39,10 +39,11 @@ spec:
limits
:
cpu
:
500m
memory
:
384Mi
ephemeral-storage
:
100Mi
ephemeral-storage
:
"
100Mi
"
requests
:
cpu
:
500m
memory
:
384Mi
ephemeral-storage
:
"
100Mi"
startupProbe
:
httpGet
:
path
:
/uss/blob/q/health
Loading