Deploy the pon1 brige for the NNI port of the OLT

Change-Id: I9370f2db2e7dcfbad06f67ddb596e9bfe0f804c4
diff --git a/ponsimv2/templates/olt.yaml b/ponsimv2/templates/olt.yaml
index 0b492ff..626d992 100644
--- a/ponsimv2/templates/olt.yaml
+++ b/ponsimv2/templates/olt.yaml
@@ -40,7 +40,7 @@
        labels:
          app: olt
        annotations:
-         cni: "calico"
+         cni: "calico,pon1"
      spec:
        containers:
          - name: olt
@@ -62,9 +62,9 @@
              - "-onus"
              - "4"
              - "-internal_if"
-             - "eth0"
+             - "eth1"
              - "-external_if"
-             - "eth0"
+             - "eth1"
              - "-vcore_endpoint"
              - "vcore"
              - "-promiscuous"