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

@ -1768,6 +1768,8 @@ server:
servicePortHttpName: http
# -- Server service https port name, can be used to route traffic via istio
servicePortHttpsName: https
# -- Server service https port appProtocol. (should be upper case - i.e. HTTPS)
# servicePortHttpsAppProtocol: HTTPS
# -- LoadBalancer will get created with the IP specified in this field
loadBalancerIP: ""
# -- Source IP ranges to allow access to service from