feat(argo-cd): Adding "appProtocol: HTTPS" to HTTPS service port of argocd-server. (#1955)
This commit is contained in:
parent
fb4a8949ec
commit
438f7a26b7
3 changed files with 8 additions and 3 deletions
|
|
@ -31,6 +31,9 @@ spec:
|
|||
{{- if eq .Values.server.service.type "NodePort" }}
|
||||
nodePort: {{ .Values.server.service.nodePortHttps }}
|
||||
{{- end }}
|
||||
{{- with .Values.server.service.servicePortHttpsAppProtocol }}
|
||||
appProtocol: {{ . }}
|
||||
{{- end }}
|
||||
selector:
|
||||
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.server.name) | nindent 4 }}
|
||||
{{- if eq .Values.server.service.type "LoadBalancer" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue