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