From afddb9a1dd8cc82a02c09ac790bf19afbe01ebba Mon Sep 17 00:00:00 2001 From: Srivahni Date: Thu, 7 Mar 2019 17:40:40 -0800 Subject: Fix Collection Service Helm charts package Change-Id: I01f5a9377827666bdeaff4a3adc1c44844eb716c Issue-ID: ONAPARC-366 Signed-off-by: Srivahni Chivukula --- vnfs/DAaaS/collection/charts/prometheus/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vnfs/DAaaS/collection/charts/prometheus/values.yaml') diff --git a/vnfs/DAaaS/collection/charts/prometheus/values.yaml b/vnfs/DAaaS/collection/charts/prometheus/values.yaml index 8a886455..47af00c2 100644 --- a/vnfs/DAaaS/collection/charts/prometheus/values.yaml +++ b/vnfs/DAaaS/collection/charts/prometheus/values.yaml @@ -9,10 +9,10 @@ prometheus: selector: matchLabels: app: collectd - release: "${RELEASE_NAME}" + release: "cp" namespaceSelector: matchNames: - - "${RELEASE_NAMESPACE}" + - "edge1" endpoints: - port: collectd-prometheus interval: 10s @@ -51,7 +51,7 @@ m3db: kafkaAdapter: image: repository: telefonica/prometheus-kafka-adapter - tag: 1.2.0 + tag: 1.2.0 pullPolicy: IfNotPresent url: http://localhost:8080 port: 8080 -- cgit 1.2.3-korg