mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add service annotations for prometheus-consul-exporter (#9882)
These were defined in values overrides but not applied to the service. Signed-off-by: Lachlan Cooper <lachlancooper@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
32dafbe0c6
commit
bb79091816
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "0.4.0"
|
||||
description: A Helm chart for the Prometheus Consul Exporter
|
||||
name: prometheus-consul-exporter
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
keywords:
|
||||
- metrics
|
||||
- consul
|
||||
|
||||
@@ -7,6 +7,8 @@ metadata:
|
||||
chart: {{ template "prometheus-consul-exporter.chart" . }}
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
annotations:
|
||||
{{ toYaml .Values.service.annotations | indent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user