diff options
Diffstat (limited to 'vnfs/DAaaS/collectd-helm/templates/service.yaml')
-rw-r--r-- | vnfs/DAaaS/collectd-helm/templates/service.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vnfs/DAaaS/collectd-helm/templates/service.yaml b/vnfs/DAaaS/collectd-helm/templates/service.yaml deleted file mode 100644 index b4231af3..00000000 --- a/vnfs/DAaaS/collectd-helm/templates/service.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: collectd-prometheus-metrics-endpoint - labels: - app: collectd - collector: collectd -spec: - ports: - - name: collectd-prometheus - port: {{ .Values.collectd_prometheus.service.port }} - protocol: TCP - targetPort: {{ .Values.collectd_prometheus.service.targetPort }} - selector: -{{ include "rangeskipempty" .Values.collectd_prometheus.service.selector | indent 4 }} - type: ClusterIP
\ No newline at end of file |