Files
website/docs/user-guide/replicasets/hpa-rs.yaml
T
2016-03-30 15:44:52 -07:00

13 lines
249 B
YAML

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: frontend-scaler
spec:
scaleRef:
kind: ReplicaSet
name: frontend
subresource: scale
minReplicas: 3
maxReplicas: 10
cpuUtilization:
targetPercentage: 50