Skip to content
Snippets Groups Projects
Commit f3b261e4 authored by julian.baeume's avatar julian.baeume :pick:
Browse files

[CTR-159] Default resource requests and limits

since we don't expect admins to collect metrics for those services,
we provide them with some sensible defaults.
parent 65c83b3b
No related branches found
No related tags found
No related merge requests found
...@@ -58,17 +58,15 @@ ingress: ...@@ -58,17 +58,15 @@ ingress:
# hosts: # hosts:
# - chart-example.local # - chart-example.local
resources: {} resources:
# We usually recommend not to specify default resources and to leave this as a conscious # We recommend to always specify resources after actually measuring the values under
# choice for the user. This also increases chances charts run on environments with little # production-like circumstances.
# resources, such as Minikube. If you do want to specify resources, uncomment the following limits:
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. cpu: 1
# limits: memory: 256Mi
# cpu: 100m requests:
# memory: 128Mi cpu: 500m
# requests: memory: 196Mi
# cpu: 100m
# memory: 128Mi
autoscaling: autoscaling:
enabled: false enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment