Service yaml for RICDMS deployment 12/11112/1
authorsubhash kumar singh <subh.singh@samsung.com>
Tue, 16 May 2023 12:01:16 +0000 (12:01 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Tue, 16 May 2023 12:01:16 +0000 (12:01 +0000)
Service yaml for RICDMS deployment.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I3a3a8643f45092af74af0cc73a86ab6e189c4303

deployment/dms-svc.yaml [new file with mode: 0644]

diff --git a/deployment/dms-svc.yaml b/deployment/dms-svc.yaml
new file mode 100644 (file)
index 0000000..9e8472d
--- /dev/null
@@ -0,0 +1,11 @@
+apiVersion: v1
+kind: Service
+metadata:
+  name: ric-dms-service
+spec:
+  type: NodePort
+  selector:
+    app: dms-server
+  ports:
+  - port: 8000
+    targetPort: 8000
\ No newline at end of file