Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
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
Proxy
Commits
d944c58b
Commit
d944c58b
authored
5 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
added resource limits
parent
0cc88902
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
Resolve "Some Documents produce errors"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chart/values.yaml
+5
-5
5 additions, 5 deletions
chart/values.yaml
with
5 additions
and
5 deletions
chart/values.yaml
+
5
−
5
View file @
d944c58b
...
...
@@ -56,12 +56,12 @@ readinessProbe:
postgresql
:
enabled
:
true
resources
:
#
limits:
#
cpu: 100m
#
memory: 128Mi
limits
:
cpu
:
100m
memory
:
128Mi
requests
:
#
cpu: 100m
#
memory: 128Mi
cpu
:
100m
memory
:
128Mi
## Configure PodDisruptionBudget
## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
...
...
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