Create separate service for streaming and input

LB cannot be created for a service with multiple protocols.

Change-Id: I7e10c9af20e87fda6eed1aa00ba632bb6d33391d
diff --git a/apps/person-detection-app/values.yaml b/apps/person-detection-app/values.yaml
index 6272fba..55475d2 100644
--- a/apps/person-detection-app/values.yaml
+++ b/apps/person-detection-app/values.yaml
@@ -48,8 +48,12 @@
   # runAsUser: 1000
 
 service:
-  type: NodePort
-  port: 5000
+  streaming:
+    type: ClusterIP
+    port: 5000
+  input:
+    type: LoadBalancer
+    port: 5000
 
 ingress:
   enabled: false