diff options
author | Piotr Wielebski <piotr.wielebski@nokia.com> | 2020-04-15 13:08:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-15 13:08:50 +0000 |
commit | c3f1136f679e421b99655f320a1b5a8cddaf7bd5 (patch) | |
tree | 85f16f09b8135f80a2664dc6a8ca92bb08fbcaaa /tools/performance/cloud/prometheus-deployment.yaml | |
parent | fab4f6c44c8bc7baf454e26a956891ad53000a35 (diff) | |
parent | 854377876ba9a39824750902764dba52b3e075ff (diff) |
Merge "Get raw result of stress tests from prometheus"6.0.0-ONAPfrankfurt
Diffstat (limited to 'tools/performance/cloud/prometheus-deployment.yaml')
-rw-r--r-- | tools/performance/cloud/prometheus-deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/performance/cloud/prometheus-deployment.yaml b/tools/performance/cloud/prometheus-deployment.yaml index d531f588..3f2d690d 100644 --- a/tools/performance/cloud/prometheus-deployment.yaml +++ b/tools/performance/cloud/prometheus-deployment.yaml @@ -39,6 +39,7 @@ spec: args: - "--config.file=/etc/prometheus/prometheus.yml" - "--storage.tsdb.path=/prometheus/" + - "--web.enable-admin-api" ports: - containerPort: 9090 volumeMounts: |