parent
ac078f015f
commit
6408eb1bbd
|
@ -3,11 +3,9 @@ kind: HorizontalPodAutoscaler
|
||||||
metadata:
|
metadata:
|
||||||
name: frontend-scaler
|
name: frontend-scaler
|
||||||
spec:
|
spec:
|
||||||
scaleRef:
|
scaleTargetRef:
|
||||||
kind: ReplicaSet
|
kind: ReplicaSet
|
||||||
name: frontend
|
name: frontend
|
||||||
subresource: scale
|
|
||||||
minReplicas: 3
|
minReplicas: 3
|
||||||
maxReplicas: 10
|
maxReplicas: 10
|
||||||
cpuUtilization:
|
targetCPUUtilizationPercentage: 50
|
||||||
targetPercentage: 50
|
|
||||||
|
|
Loading…
Reference in New Issue