Add type value to argocd server service

This commit is contained in:
Sherwoodwt 2019-05-10 09:22:00 -07:00
parent add39cf90b
commit a6a6beb4db
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

@ -17,6 +17,7 @@ server:
repository: argoproj/argocd
tag: v0.12.3
pullPolicy: Always
serviceType: ClusterIP
uiInitImage:
repository: argoproj/argocd-ui
tag: v0.12.3