File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
1313 - name : danihodovic
1414 - name : adinhodovic
1515
16- version : 0.7 .0
16+ version : 0.8 .0
1717appVersion : 0.9.2
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ helm install celery-exporter danihodovic/celery-exporter --set env[0].name=CE_BR
6969| securityContext | object | ` {} ` | |
7070| service.port | int | ` 9808 ` | |
7171| service.type | string | ` "ClusterIP" ` | |
72+ | service.annotations | object | ` {} ` | |
7273| serviceAccount.annotations | object | ` {} ` | |
7374| serviceAccount.create | bool | ` true ` | |
7475| serviceAccount.name | string | ` "" ` | |
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ metadata:
44 name : {{ include "celery-exporter.fullname" . }}
55 labels :
66 {{- include "celery-exporter.labels" . | nindent 4 }}
7+ {{- with .Values.service.annotations }}
8+ annotations :
9+ {{- toYaml . | nindent 4 }}
10+ {{- end }}
11+
712spec :
813 type : {{ .Values.service.type }}
914 ports :
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ securityContext: {}
4848service :
4949 type : ClusterIP
5050 port : 9808
51+ annotations : {}
52+ # prometheus.io/scrape: "true"
53+ # prometheus.io/port: "9808"
5154
5255ingress :
5356 enabled : false
You can’t perform that action at this time.
0 commit comments