AETHER-3345 Add 4g-core and oaisim-standalone targets

Change-Id: Ia4a3f3e6277e3b2ce30ec285abbd1056e963c0eb
diff --git a/resources/busybox-sleep.yaml b/resources/busybox-sleep.yaml
new file mode 100644
index 0000000..0e80705
--- /dev/null
+++ b/resources/busybox-sleep.yaml
@@ -0,0 +1,19 @@
+# Copyright 2022-present Open Networking Foundation
+#
+# SPDX-License-Identifier: Apache-2.0
+
+# Create a pod with app: mme label so that oaisim will start
+
+apiVersion: v1
+kind: Pod
+metadata:
+  name: busybox-sleep
+  labels:
+    app: mme
+spec:
+  containers:
+  - name: busybox
+    image: busybox
+    args:
+    - sleep
+    - "1000000"