robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / php-apache / templates / php-apache-service.yml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: php-apache-svc
5   labels:
6     app: php-apache
7 spec:
8   clusterIP: 10.254.142.142
9   ports:
10   - port: 80
11   selector:
12     app: php-apache
13