diff options
Diffstat (limited to 'vnfs/DAaaS/collectd-helm/values.yaml')
-rw-r--r-- | vnfs/DAaaS/collectd-helm/values.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/vnfs/DAaaS/collectd-helm/values.yaml b/vnfs/DAaaS/collectd-helm/values.yaml index 6a1138d1..7c2eb669 100644 --- a/vnfs/DAaaS/collectd-helm/values.yaml +++ b/vnfs/DAaaS/collectd-helm/values.yaml @@ -17,4 +17,10 @@ resources: {} # requests: # cpu: 100m # memory: 128Mi -prometheus_port: 9103 +collectd_prometheus: + service: + port: 9103 + targetPort: 9103 + selector: + app: collectd + collector: collectd |