podinfo-hpa-custom.yaml 322 B

1234567891011121314151617
  1. ---
  2. apiVersion: autoscaling/v2beta1
  3. kind: HorizontalPodAutoscaler
  4. metadata:
  5. name: podinfo
  6. spec:
  7. scaleTargetRef:
  8. apiVersion: extensions/v1beta1
  9. kind: Deployment
  10. name: podinfo
  11. minReplicas: 2
  12. maxReplicas: 10
  13. metrics:
  14. - type: Pods
  15. pods:
  16. metricName: http_requests
  17. targetAverageValue: 10