Merge pull request #452 from gouyang/fix_hpa_rs

Change scaleRef to scaleTargetRef
This commit is contained in:
Piotr Szczesniak 2016-05-26 07:23:10 +02:00
commit d00c9e4295
1 changed files with 2 additions and 4 deletions

View File

@ -3,11 +3,9 @@ kind: HorizontalPodAutoscaler
metadata:
name: frontend-scaler
spec:
scaleRef:
scaleTargetRef:
kind: ReplicaSet
name: frontend
subresource: scale
minReplicas: 3
maxReplicas: 10
cpuUtilization:
targetPercentage: 50
targetCPUUtilizationPercentage: 50