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