1234567891011121314151617 |
- ---
- apiVersion: autoscaling/v2beta1
- kind: HorizontalPodAutoscaler
- metadata:
- name: podinfo
- spec:
- scaleTargetRef:
- apiVersion: extensions/v1beta1
- kind: Deployment
- name: podinfo
- minReplicas: 2
- maxReplicas: 10
- metrics:
- - type: Pods
- pods:
- metricName: http_requests
- targetAverageValue: 10
|