robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / custom-metrics / templates / podinfo-hpa-custom.yaml
1 ---
2 apiVersion: autoscaling/v2beta1
3 kind: HorizontalPodAutoscaler
4 metadata:
5   name: podinfo
6   namespace: kube-system
7 spec:
8   scaleTargetRef:
9     apiVersion: apps/v1
10     kind: Deployment
11     name: podinfo
12   minReplicas: 2
13   maxReplicas: 10
14   metrics:
15   - type: Pods
16     pods:
17       metricName: http_requests
18       targetAverageValue: 5