You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
340 B
18 lines
340 B
apiVersion: autoscaling/v2beta1
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
name: activator
|
|
namespace: knative-serving
|
|
spec:
|
|
maxReplicas: 20
|
|
metrics:
|
|
- resource:
|
|
name: cpu
|
|
targetAverageUtilization: 100
|
|
type: Resource
|
|
minReplicas: 1
|
|
scaleTargetRef:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: activator
|
|
|
|
|