robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / php-apache / templates / php-apache-hpa.yml
diff --git a/resources/test_charts/php-apache/templates/php-apache-hpa.yml b/resources/test_charts/php-apache/templates/php-apache-hpa.yml
new file mode 100644 (file)
index 0000000..0a2a65f
--- /dev/null
@@ -0,0 +1,13 @@
+apiVersion: autoscaling/v1
+kind: HorizontalPodAutoscaler
+metadata:
+  name: php-apache-hpa
+spec:
+  scaleTargetRef:
+    apiVersion: apps/v1
+    kind: Deployment
+    name: php-apache-deployment
+  minReplicas: 1
+  maxReplicas: 5
+  targetCPUUtilizationPercentage: 50
+