feat(argo-rollouts): Add configurable annotation to the metrics service (#421)
Co-authored-by: Scott Cabrinha <scott@internaught.io>
This commit is contained in:
parent
85b1b83ad0
commit
f1a6fcc8af
3 changed files with 11 additions and 3 deletions
|
|
@ -6,6 +6,10 @@ metadata:
|
|||
app.kubernetes.io/component: server
|
||||
app.kubernetes.io/name: {{ .Release.Name }}-metrics
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
annotations:
|
||||
{{- range $key, $value := .Values.serviceAnnotations }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
spec:
|
||||
ports:
|
||||
- name: metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue