feat(argo-cd): Adding "appProtocol: HTTPS" to HTTPS service port of argocd-server. (#1955)

This commit is contained in:
Milos Hauser 2023-05-29 06:29:30 +02:00 committed by GitHub
parent fb4a8949ec
commit 438f7a26b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -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" }}