Add pod configs for NTT edge

Change-Id: I04057c8f13aa9b9069190644ef8edfcc17df980a
diff --git a/deployment-configs/aether/apps/ntt/omec-upf.yaml b/deployment-configs/aether/apps/ntt/omec-upf.yaml
new file mode 100644
index 0000000..18460b4
--- /dev/null
+++ b/deployment-configs/aether/apps/ntt/omec-upf.yaml
@@ -0,0 +1,33 @@
+images:
+  tags:
+    bess: "registry.central.aetherproject.net/upf-epc-bess:ntt-native"
+    cpiface: "registry.central.aetherproject.net/upf-epc-cpiface:ntt-native"
+  pullPolicy: "IfNotPresent"
+
+nodeSelectors:
+  enabled: false
+
+config:
+  spgwu:
+    name: "dp-ntt"
+    s1u:
+      device: "s1u"
+      ip: "10.155.10.254/24"
+    sgi:
+      device: "sgi"
+      ip: "10.155.0.254/24"
+    zmq:
+      spgwc:
+        addr: "spgwc-headless.omec.svc.product.central"
+
+networks:
+  enb:
+    subnet: "10.0.0.0/24"
+  ue:
+    subnet: "10.250.0.0/16"
+  sgi:
+    subnet: "10.155.0.0/24"
+    gateway: "10.155.0.1"
+  s1u:
+    subnet: "10.155.10.0/24"
+    gateway: "10.155.10.1"