Skip to content

Commit

Permalink
Merge pull request #16 from ojkastl/20231015_increase_resource_limits…
Browse files Browse the repository at this point in the history
…_requests_examples

charts/cryptpad/values.yaml: increase example values for resource limits and requests
  • Loading branch information
gsautner authored Oct 16, 2023
2 parents 96011b6 + d77c51e commit fbb0aed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/cryptpad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ resources: {}
# 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
# cpu: 200m
# memory: 1024Mi
# requests:
# cpu: 100m
# memory: 128Mi
# cpu: 200m
# memory: 1024Mi

autoscaling:
# -- Enable the Autoscaling
Expand Down

0 comments on commit fbb0aed

Please sign in to comment.