Updated chart and config example for BBSIM

Change-Id: I73d178ee278fb7fb09fa59637d8c7e3714c11813
diff --git a/bbsim/values.yaml b/bbsim/values.yaml
index 9e31972..30c4652 100644
--- a/bbsim/values.yaml
+++ b/bbsim/values.yaml
@@ -26,11 +26,17 @@
 pon_ports: 1
 
 # -n option
-onus_per_pon_port: 1
+onus_per_pon_port: 16
 
 # -m option
 emulation_mode: 'both'
 
+# -a option
+wpa_wait: 60
+
+# -d option
+dhcp_wait: 120
+
 image:
   repository: 'voltha/voltha-bbsim'
   tag: '{{ .Chart.AppVersion }}'