Kubernetes Horizontal Pod Autoscaler for Pub/Sub sample app.
Code sample
YAML
What's next
To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser .
Kubernetes Horizontal Pod Autoscaler for Pub/Sub sample app.
apiVersion
:
autoscaling/v2
kind
:
HorizontalPodAutoscaler
metadata
:
name
:
pubsub
spec
:
minReplicas
:
1
maxReplicas
:
5
metrics
:
-
external
:
metric
:
name
:
pubsub.googleapis.com|subscription|num_undelivered_messages
selector
:
matchLabels
:
resource.labels.subscription_id
:
echo-read
target
:
type
:
AverageValue
averageValue
:
2
type
:
External
scaleTargetRef
:
apiVersion
:
apps/v1
kind
:
Deployment
name
:
pubsub
To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser .
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.