Enable hostNetwork for person-detection app

Change-Id: Ib8a5bf675a8c984c6645e2991abe57a2f0a00857
diff --git a/apps/person-detection-app/values.yaml b/apps/person-detection-app/values.yaml
index 55475d2..21a9bb7 100644
--- a/apps/person-detection-app/values.yaml
+++ b/apps/person-detection-app/values.yaml
@@ -12,16 +12,17 @@
   pullPolicy: Always
   # Overrides the image tag whose default is the chart appVersion.
   tag: "master"
+imagePullSecrets: []
 
 rocUrl: http://aether-roc-api.aether-roc:8181/aether/v2.0.0/connectivity-service-v2/
 keycloakUrl: http://keycloak.aether-keycloak/auth/realms/aether/protocol/openid-connect/token
+rocSecret: rocsecret
 enterprise: enterprise1
 site: site1
 deviceGroup: device-group1
 numDevices: 1
 mqttIp: 10.92.2.12
 
-imagePullSecrets: []
 nameOverride: ""
 fullnameOverride: ""
 
@@ -47,30 +48,6 @@
   # runAsNonRoot: true
   # runAsUser: 1000
 
-service:
-  streaming:
-    type: ClusterIP
-    port: 5000
-  input:
-    type: LoadBalancer
-    port: 5000
-
-ingress:
-  enabled: false
-  className: ""
-  annotations: {}
-    # kubernetes.io/ingress.class: nginx
-    # kubernetes.io/tls-acme: "true"
-  hosts:
-    - host: chart-example.local
-      paths:
-        - path: /
-          pathType: ImplementationSpecific
-  tls: []
-  #  - secretName: chart-example-tls
-  #    hosts:
-  #      - chart-example.local
-
 resources: {}
   # We usually recommend not to specify default resources and to leave this as a conscious
   # choice for the user. This also increases chances charts run on environments with little