Merge "First Commit with skeleton code"
[ric-app/hw-python.git] / resources / pod.yaml
diff --git a/resources/pod.yaml b/resources/pod.yaml
new file mode 100644 (file)
index 0000000..30f55b9
--- /dev/null
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: Pod
+metadata:
+  name: hwxapp
+  labels:
+    role: xapp
+spec:
+  containers:
+    - name: hwxapp-py
+      image: hwxapp-py:1.0
+      ports:
+        - name: rmr
+          containerPort: 4560
+          protocol: TCP