Skip to content

Commit

Permalink
updates more info link for cloud run service spec.containers.resources (
Browse files Browse the repository at this point in the history
#3858) (#7011)

Signed-off-by: Marshall Ford <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 12, 2020
1 parent 449d358 commit b41162b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/3858.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
2 changes: 1 addition & 1 deletion google/resource_cloud_run_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ https://cloud.google.com/run/docs/reference/rest/v1/RevisionSpec#ContainerPort`,
Optional: true,
Description: `Compute Resources required by this container. Used to set values such as max memory
More info:
https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources`,
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits`,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cloud_run_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ The `containers` block supports:
(Optional)
Compute Resources required by this container. Used to set values such as max memory
More info:
https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits
Structure is documented below.


Expand Down

0 comments on commit b41162b

Please sign in to comment.