Adding custom labels to the argocd-server service when specified in the Helm values.yaml
This commit is contained in:
parent
228c989f9c
commit
30b1888caf
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ metadata:
|
|||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/part-of: argocd
|
||||
app.kubernetes.io/component: {{ .Values.server.name }}
|
||||
{{- if .Values.server.service.labels }}
|
||||
{{- toYaml .Values.server.service.labels | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.server.service.type }}
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue