robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / php-apache / templates / php-apache-service.yml
diff --git a/resources/test_charts/php-apache/templates/php-apache-service.yml b/resources/test_charts/php-apache/templates/php-apache-service.yml
new file mode 100644 (file)
index 0000000..5b9cd50
--- /dev/null
@@ -0,0 +1,13 @@
+apiVersion: v1
+kind: Service
+metadata:
+  name: php-apache-svc
+  labels:
+    app: php-apache
+spec:
+  clusterIP: 10.254.142.142
+  ports:
+  - port: 80
+  selector:
+    app: php-apache
+