Add type value to argocd server service (#68)

pull/106/head
Trevor Sherwood 2019-09-12 13:11:32 -07:00 committed by Alex Collins
parent 779844684b
commit 6146f2bafa
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ metadata:
annotations:
{{ toYaml .Values.server.serviceAnnotations | indent 4}}{{- end }}
spec:
type: {{ .Values.server.serviceType }}
ports:
- name: http
protocol: TCP

View File

@ -18,6 +18,7 @@ server:
repository: argoproj/argocd
tag: v1.2.0
pullPolicy: Always
serviceType: ClusterIP
extraArgs: []
volumeMounts: []
# - name: ssh-known-hosts