Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
docs(sizing): Update component-sizing.md (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnonyee-armory authored Feb 5, 2021
1 parent 60f7dc7 commit f090ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/halyard/component-sizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Here is an example of this configuration:
deploymentEnvironment:
customSizing:
# This applies sizings to only the echo container and not to any sidecar
# containers running with echo.
# containers running with echo. (Use spin-<service> to include sidecars)
echo:
limits:
cpu: 250m
Expand All @@ -44,10 +44,10 @@ deploymentEnvironment:
cpu: 100m
memory: 128Mi
# This applies sizings to the clouddriver container as well as any sidecar
# containers running with clouddriver.
# containers running with clouddriver. (Use without spin- to only include the clouddriver container)
spin-clouddriver:
limits:
cpu: 1
cpu: 1000m
memory: 1Gi
requests:
cpu: 250m
Expand Down

0 comments on commit f090ab9

Please sign in to comment.