diff options
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: |