VOL-1406: Deploy voltha 2.0 in a k8s cluster

- Also added sleep to watching rw-core to ensure that the
  watching core does not respond to a request before the
  core that seized it.

Change-Id: I9998975b6dda42b3bd58112115c5122bf2b49d42
diff --git a/k8s/adapters-simulated.yml b/k8s/adapters-simulated.yml
index 5579767..ec1b069 100644
--- a/k8s/adapters-simulated.yml
+++ b/k8s/adapters-simulated.yml
@@ -58,6 +58,8 @@
             - "--core_topic=rwcore"
             - "--simulator_topic=simulated_olt"
             - "--onu_number=1"
+            - "--kv_store_host=etcd.$(NAMESPACE).svc.cluster.local"
+            - "--kv_store_port=2379"
           imagePullPolicy: IfNotPresent
 ---
 
@@ -106,4 +108,6 @@
             - "--kafka_cluster_port=9092"
             - "--core_topic=rwcore"
             - "--simulator_topic=simulated_onu"
+            - "--kv_store_host=etcd.$(NAMESPACE).svc.cluster.local"
+            - "--kv_store_port=2379"
           imagePullPolicy: IfNotPresent