Merge branch 'master' into fix-argocd-metrics-service

This commit is contained in:
Arnar 2019-04-16 18:25:55 +00:00 committed by GitHub
commit b93446acf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 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

@ -10,6 +10,7 @@ server:
containerPort: 8080
servicePortHttp: 80
servicePortHttps: 443
serviceAnnotations: {}
image:
repository: argoproj/argocd
tag: v0.12.1

View file

@ -4,6 +4,7 @@ metadata:
name: workflows.argoproj.io
annotations:
helm.sh/hook: crd-install
helm.sh/hook-delete-policy: before-hook-creation
spec:
group: argoproj.io
version: v1alpha1