Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f9f186b

Browse files
Apply suggestions from code review
Co-authored-by: Ryan Cartwright <[email protected]>
1 parent 04b3003 commit f9f186b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/reference/providers/gcp/configuration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ config:
4949
cloudrun:
5050
# set 1 CPU
5151
# See cloudrun configuration docs here:
52-
# https://cloud.google.com/run/docs/configuring
52+
# https://cloud.google.com/run/docs/configuring/services/cpu
5353
cpus: 1
5454
# set 512MB of RAM
5555
# See cloudrun configuration docs here:
56-
# https://cloud.google.com/run/docs/configuring/memory-limits
56+
# https://cloud.google.com/run/docs/configuring/services/memory-limits
5757
memory: 512
5858
# set 0 GPUs
5959
# See cloudrun configuration docs here:
60-
# https://cloud.google.com/run/docs/configuring
60+
# https://cloud.google.com/run/docs/configuring/services/gpu
6161
# Available since 1.13.0
6262
gpus: 0
6363
# set a timeout of 15 seconds

0 commit comments

Comments
 (0)