Skip to content

Commit

Permalink
Use GCS instead of GCP storage
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Cohen <[email protected]>
  • Loading branch information
RamCohen committed Mar 3, 2022
1 parent 2ba6173 commit 291f5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/2.7/scalers/gcp-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = "Google Cloud Platform Storage"
availability = "2.7+"
maintainer = "Community"
description = "Scale applications based on the count of objects in a given GCP Storage bucket."
description = "Scale applications based on the count of objects in a given Google Cloud Storage (GCS) bucket."
layout = "scaler"
go_file = "gcp_storage_scaler"
+++
Expand All @@ -24,7 +24,7 @@ triggers:
**Parameter list:**
- `bucketName` - Name of the bucket in GCP Storage.
- `bucketName` - Name of the bucket in GCS.
- `targetObjectCount` - Average target value to trigger scaling actions. (Default: `100`, Optional)
- `maxBucketItemsToScan` - When to stop counting how many objects are in the bucket. (Default: `1000`, Optional)
As counting the number of objects involves iterating over their metadata it is advised to set this number to the value of `targetObjectCount` * `maxReplicaCount`.
Expand Down

0 comments on commit 291f5b1

Please sign in to comment.