Adding Service Annotation to argo-cd helm chart (#53)

pull/54/head
e-mon 2019-04-17 03:18:13 +09:00 committed by Alex Collins
parent a72cf6d5b4
commit 4617535b72
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
app.kubernetes.io/component: server
annotations:
{{ toYaml .Values.server.serviceAnnotations | indent 4}}{{- end }}
spec:
ports:
- name: http

View File

@ -12,6 +12,7 @@ server:
servicePortHttps: 443
containerMetricsPort: 8082
serviceMetricsPort: 8082
serviceAnnotations: {}
image:
repository: argoproj/argocd
tag: v0.12.1