diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-05-29 08:02:39 +0200 |
---|---|---|
committer | Kornel Janiak <kornel.janiak@nokia.com> | 2020-06-04 13:22:31 +0000 |
commit | b44416a72f3ce23a3254229c9f469c21df86c82f (patch) | |
tree | 503be194f34b60c3be5cc41433a8121ca336522d /tools/performance/cloud/producer-deployment.yaml | |
parent | b6f19c8aad44a300eb84a8979abaa02a267b0162 (diff) |
Refactor performance scripts
-change scripts to use deployment instead of pod
-add function for instant,inverval mode
-add config files
-remove unused variable from test.properties
Issue-ID: DCAEGEN2-1576
Change-Id: Ice889f7e8e1dd2d787c7b59a9701669a93a7cfb1
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Diffstat (limited to 'tools/performance/cloud/producer-deployment.yaml')
-rwxr-xr-x | tools/performance/cloud/producer-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/performance/cloud/producer-deployment.yaml b/tools/performance/cloud/producer-deployment.yaml index f13760a6..e81fd7f6 100755 --- a/tools/performance/cloud/producer-deployment.yaml +++ b/tools/performance/cloud/producer-deployment.yaml @@ -80,7 +80,7 @@ metadata: prometheus.io/path: '/monitoring/prometheus' spec: selector: - name: hv-collector-producer + app: hv-collector-producer type: NodePort ports: - protocol: TCP |