website/content/fr/examples/application/hpa/php-apache.yaml

14 lines
269 B
YAML
Raw Normal View History

2019-02-13 17:29:21 +00:00
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: php-apache
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: php-apache
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 50