Skip to content

Commit

Permalink
Added hint in crawl config template regarding resource allocation set…
Browse files Browse the repository at this point in the history
…tings
  • Loading branch information
motin committed Aug 2, 2019
1 parent 6270a7d commit dd5a2f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/gcp/crawl.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
# these are taken at face value by the autoscaler, so they should match actual
# resources required by any single instance/container as good as possible
# see: https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler
# tip: observe `kubectl top nodes` during auto-scaled crawls to get an idea of how
# resources are being utilized
requests:
cpu: 750m
limits:
Expand Down

0 comments on commit dd5a2f0

Please sign in to comment.