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: annotations:
{{ toYaml .Values.server.serviceAnnotations | indent 4}}{{- end }} {{ toYaml .Values.server.serviceAnnotations | indent 4}}{{- end }}
spec: spec:
type: {{ .Values.server.serviceType }}
ports: ports:
- name: http - name: http
protocol: TCP protocol: TCP

View file

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