DAaaS: enhance collectd to be more configurable
[demo.git] / vnfs / DAaaS / deploy / collection / charts / collectd / resources / collectd.conf
@@ -38,7 +38,7 @@ LoadPlugin logfile
 </Plugin>
 
 <Plugin "write_prometheus">
- Port "{{ .Values.prometheus_port }}"
+ Port "{{ .Values.collectd_prometheus.service.targetPort }}"
 </Plugin>
 
 #Last line (collectd requires ā€˜\nā€™ at the last line)