2016-09-30 09:06:51 +00:00
|
|
|
apiVersion: autoscaling/v1
|
2016-02-11 00:55:31 +00:00
|
|
|
kind: HorizontalPodAutoscaler
|
|
|
|
metadata:
|
|
|
|
name: php-apache
|
|
|
|
namespace: default
|
|
|
|
spec:
|
2016-09-30 09:06:51 +00:00
|
|
|
scaleTargetRef:
|
|
|
|
apiVersion: extensions/v1beta1
|
2016-03-15 14:28:17 +00:00
|
|
|
kind: Deployment
|
2016-02-11 00:55:31 +00:00
|
|
|
name: php-apache
|
|
|
|
minReplicas: 1
|
|
|
|
maxReplicas: 10
|
2016-09-30 09:06:51 +00:00
|
|
|
targetCPUUtilizationPercentage: 50
|