Add type value to argocd server service
This commit is contained in:
parent
add39cf90b
commit
a6a6beb4db
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ metadata:
|
|||
annotations:
|
||||
{{ toYaml .Values.server.serviceAnnotations | indent 4}}{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.server.serviceType }}
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue