feat: Allow argo-cd server service port names to be configured. (#332)
* Allow server service port names to be configured. Allows to route traffic via istio to split gRPC from http * Update Chart.yaml for argo-cd * Bump Chart version to match PR orders
This commit is contained in:
parent
47e9523da3
commit
b71ff243d3
4 changed files with 7 additions and 3 deletions
|
|
@ -404,6 +404,8 @@ server:
|
|||
type: ClusterIP
|
||||
servicePortHttp: 80
|
||||
servicePortHttps: 443
|
||||
servicePortHttpName: http
|
||||
servicePortHttpsName: https
|
||||
loadBalancerIP: ""
|
||||
loadBalancerSourceRanges: []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue