Update Aether production pod configs

Change-Id: Ifec91b19b7a7512885b5e63b9129499b8f539f59
diff --git a/deployment-configs/aether/apps/staging/cdn-local.yaml b/deployment-configs/aether/apps/staging/cdn-local.yaml
new file mode 100644
index 0000000..c22efe1
--- /dev/null
+++ b/deployment-configs/aether/apps/staging/cdn-local.yaml
@@ -0,0 +1,32 @@
+images:
+  tags:
+    nginx: registry.central.aetherproject.net/cdn-nginx:1.0.0
+  pullPolicy: IfNotPresent
+
+nodeSelectors:
+  enabled: true
+  nginx:
+    label: aether-apps
+    value: enabled
+
+config:
+  sriov:
+    enabled: false
+  nginx:
+    sgiInterface:
+      name: eth2
+      mtu: 1200
+  cdnRemotes:
+    - name: remote-gcp
+      ip: 10.168.0.200
+      port: 30935
+      streams:
+      - name: 480p
+        value: 480
+
+networks:
+  ipam: static
+  sgi:
+    subnet: 192.168.250.0/24
+    mask: 255.255.255.0
+    gateway: 192.168.250.254