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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue