Files
Jerzy Szczepkowski 95e92ad547 Updated hpa config file to the latest API version.
Updated hpa config file to the latest API version.
2016-09-30 11:06:51 +02:00

14 lines
280 B
YAML

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: php-apache
namespace: default
spec:
scaleTargetRef:
apiVersion: extensions/v1beta1
kind: Deployment
name: php-apache
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 50