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:
# hosts:
# - chart-example.local
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
resources:
# We recommend to always specify resources after actually measuring the values under
# production-like circumstances.
limits:
cpu: 1
memory: 256Mi
requests:
cpu: 500m
memory: 196Mi
autoscaling:
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