commit | 08898d4a82ed2d66ee93e56acc50f78d788ff0d2 | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun.moon@intel.com> | Mon May 16 14:21:38 2022 -0700 |
committer | Hyunsun Moon <hyunsun.moon@intel.com> | Mon May 16 14:34:29 2022 -0700 |
tree | f7a97ee75cb0ad0b8bae8608a6ef805b4d7d48fe | |
parent | cb887bf51435f8253f1c2d6e15ac59aaf5c4f240 [diff] [blame] |
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