Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mitchell hancock
i4fs-zapp
Commits
b59380e4
Commit
b59380e4
authored
2 years ago
by
bot
Browse files
Options
Download
Email Patches
Plain Diff
Updated resources
parent
941f5122
main
dash-button
data-acquisition
env-vars
kubernetes
No related merge requests found
Pipeline
#5254
passed with stages
in 4 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chart/values.yaml
+8
-7
chart/values.yaml
with
8 additions
and
7 deletions
+8
-7
chart/values.yaml
View file @
b59380e4
...
...
@@ -56,17 +56,18 @@ ingress:
# hosts:
# - chart-example.local
resources
:
{
}
resources
:
{
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
limits
:
cpu
:
100m
memory
:
128Mi
requests
:
cpu
:
100m
memory
:
128Mi
}
autoscaling
:
enabled
:
false
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help