summaryrefslogtreecommitdiffstats
path: root/vagrant/tests/edgex/services/export-distro-service.yaml
diff options
context:
space:
mode:
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>2018-09-18 15:24:26 -0700
committerVictor Morales <victor.morales@intel.com>2018-09-19 02:52:12 -0700
commitf5972d3c34b070d55300e2e1ace7b98b5065a3f0 (patch)
tree3f79b0803a4a631617265fc9d2814540a2ad3269 /vagrant/tests/edgex/services/export-distro-service.yaml
parentb368dfe25337494060eb8cd85a5becaf7a465643 (diff)
Add EdgeX Foundry example VNFs
This patch adds EdgeX Foundry sample VNFs for integration testing. Change-Id: I570850832854b76df3ba9613252b0b46302210f3 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Issue-ID: MULTICLOUD-301 Signed-off-by: Victor Morales <victor.morales@intel.com>
Diffstat (limited to 'vagrant/tests/edgex/services/export-distro-service.yaml')
-rw-r--r--vagrant/tests/edgex/services/export-distro-service.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/vagrant/tests/edgex/services/export-distro-service.yaml b/vagrant/tests/edgex/services/export-distro-service.yaml
new file mode 100644
index 00000000..19d6bf5e
--- /dev/null
+++ b/vagrant/tests/edgex/services/export-distro-service.yaml
@@ -0,0 +1,18 @@
+apiVersion: v1
+kind: Service
+metadata:
+ labels:
+ io.kompose.service: edgex-export-distro
+ name: edgex-export-distro
+spec:
+ ports:
+ - name: "48070"
+ port: 48070
+ targetPort: 48070
+ - name: "5566"
+ port: 5566
+ targetPort: 5566
+ selector:
+ io.kompose.service: edgex-export-distro
+status:
+ loadBalancer: {}