summaryrefslogtreecommitdiffstats
path: root/samples/scenarios/clearwater_ims/yaml/homer-svc.yaml
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-08-01 05:16:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-01 05:16:00 +0000
commit0e1b4692617be69ea4372c89f653f44170942998 (patch)
treee1122b29c66a1f187cd30d4e17f9f301fcec2891 /samples/scenarios/clearwater_ims/yaml/homer-svc.yaml
parentd93a37039cdcbcd018787016950bd39e020bd9ba (diff)
parenta9a792e18c5c985874440781ca2cb5c23105d54a (diff)
Merge "Adding clearwater IMS yaml and clearwater live test dockerfile to test istio service-mesh"
Diffstat (limited to 'samples/scenarios/clearwater_ims/yaml/homer-svc.yaml')
-rw-r--r--samples/scenarios/clearwater_ims/yaml/homer-svc.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/samples/scenarios/clearwater_ims/yaml/homer-svc.yaml b/samples/scenarios/clearwater_ims/yaml/homer-svc.yaml
new file mode 100644
index 0000000..4329843
--- /dev/null
+++ b/samples/scenarios/clearwater_ims/yaml/homer-svc.yaml
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: homer
+ labels:
+ app: homer
+spec:
+ ports:
+ - name: "7888"
+ port: 7888
+ selector:
+ app: homer
+ service: homer
+ clusterIP: None