Add type value to argocd server service (#68)
This commit is contained in:
parent
779844684b
commit
6146f2bafa
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -18,6 +18,7 @@ server:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v1.2.0
|
tag: v1.2.0
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
serviceType: ClusterIP
|
||||||
extraArgs: []
|
extraArgs: []
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
# - name: ssh-known-hosts
|
# - name: ssh-known-hosts
|
||||||
|
|
Loading…
Reference in a new issue