Merge pull request #31362 from fabiocarneiro/patch-1

Clarify the intent of the resource instructions
pull/31412/head
Robert Sirchia 11 months ago committed by GitHub
commit 3924cf3781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -218,9 +218,10 @@ httpRoute:
# value: v2 # value: v2
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # For publicly distributed charts, we recommend leaving 'resources' commented out.
# choice for the user. This also increases chances charts run on environments with little # This makes resource allocation a conscious choice for the user and increases the chances
# resources, such as Minikube. If you do want to specify resources, uncomment the following # charts run on a wide range of environments from low-resource clusters like Minikube to those
# with strict resource policies. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits: # limits:
# cpu: 100m # cpu: 100m

Loading…
Cancel
Save