summaryrefslogtreecommitdiffstats
path: root/samples/scenarios/clearwater_ims/yaml/ralf-svc.yaml
diff options
context:
space:
mode:
authorMuhammad Shaikh (Salman) <muhammad.shaikh@huawei.com>2018-05-30 00:41:19 +0000
committerMuhammad Shaikh (Salman) <muhammad.shaikh@huawei.com>2018-05-30 00:55:03 +0000
commita9a792e18c5c985874440781ca2cb5c23105d54a (patch)
tree36c4103a194cb25783b435cc486b82e1fcbee396 /samples/scenarios/clearwater_ims/yaml/ralf-svc.yaml
parenta611041d138a71a87c12d4734e5d1a780852ecc9 (diff)
Adding clearwater IMS yaml and clearwater live test dockerfile to test istio service-mesh
Checking into CLEARWATER_ISTIO branch This part of the project is intended to validate the clearwater IMS with istio service-mesh. Change-Id: Ia5ba86301a363fcf9cfe0bac525606b0d897713e Signed-off-by: Muhammad Shaikh (Salman) <muhammad.shaikh@huawei.com>
Diffstat (limited to 'samples/scenarios/clearwater_ims/yaml/ralf-svc.yaml')
-rw-r--r--samples/scenarios/clearwater_ims/yaml/ralf-svc.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/samples/scenarios/clearwater_ims/yaml/ralf-svc.yaml b/samples/scenarios/clearwater_ims/yaml/ralf-svc.yaml
new file mode 100644
index 0000000..2e72ac0
--- /dev/null
+++ b/samples/scenarios/clearwater_ims/yaml/ralf-svc.yaml
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: ralf
+ labels:
+ app: ralf
+spec:
+ ports:
+ - name: "10888"
+ port: 10888
+ selector:
+ app: ralf
+ service: ralf
+ clusterIP: None