feat(argo-cd): add loadBalancerClass field for Service resource (#2769)
This commit is contained in:
parent
fab2809c67
commit
6946696aae
4 changed files with 9 additions and 3 deletions
|
|
@ -2067,6 +2067,8 @@ server:
|
|||
# -- Server service https port appProtocol
|
||||
## Ref: https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol
|
||||
servicePortHttpsAppProtocol: ""
|
||||
# -- The class of the load balancer implementation
|
||||
loadBalancerClass: ""
|
||||
# -- 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