Commit ae7021a3 authored by Rajesh Rajendran's avatar Rajesh Rajendran
Browse files

deploying same number of statsd as apimanager


Signed-off-by: default avatarRajesh Rajendran <rjshrjndrn@gmail.com>
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -16,6 +16,6 @@
- dashboards
- name: Install statsd-exporter
shell: "helm upgrade --install statsd-exporter {{chart_path}}/statsd-exporter --namespace {{ namespace }}"
shell: "helm upgrade --install statsd-exporter {{chart_path}}/statsd-exporter --set replicaCount {{api_manager_replicacount|d(1)}} --namespace {{ namespace }}"
tags:
- statsd-exporter
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment