Modified hpa_automation.py script
[integration.git] / test / hpa_automation / heat / pdp_service_expose.yaml
1 # Please edit the object below. Lines beginning with a '#' will be ignored,
2 # and an empty file will abort the edit. If an error occurs while saving this file will be
3 # reopened with the relevant failures.
4 #
5 apiVersion: v1
6 kind: Service
7 metadata:
8   annotations:
9     msb.onap.org/service-info: '[ { "serviceName": "pdp", "version": "v1", "url":
10       "/pdp", "protocol": "REST", "port": "8081", "visualRange":"1" }, ]'
11   creationTimestamp: 2019-04-17T18:49:51Z
12   labels:
13     app: pdp
14     chart: pdp-4.0.0
15     heritage: Tiller
16     release: dev-policy
17   name: policy-pdp
18   namespace: onap
19   resourceVersion: "15043"
20   selfLink: /api/v1/namespaces/onap/services/pdp
21   uid: 95215ada-6141-11e9-a5ab-0201c4470b4f
22 spec:
23   clusterIP: 10.43.200.169
24   ports:
25   - name: pdp
26     port: 8081
27     nodePort: 30694
28     protocol: TCP
29     targetPort: 8081
30   selector:
31     app: pdp
32     release: dev-policy
33   sessionAffinity: None
34   type: NodePort
35 status:
36   loadBalancer: {}