website/docs/user-guide/replicasets/hpa-rs.yaml

12 lines
227 B
YAML
Raw Normal View History

2016-03-16 18:23:47 +00:00
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: frontend-scaler
spec:
scaleTargetRef:
2016-03-16 18:23:47 +00:00
kind: ReplicaSet
name: frontend
minReplicas: 3
maxReplicas: 10
targetCPUUtilizationPercentage: 50