feat(argo-workflows): add loadBalancerClass field for Service resources (#2771)
This commit is contained in:
parent
2b25efdb32
commit
e709ba3b5a
5 changed files with 23 additions and 7 deletions
|
|
@ -297,6 +297,8 @@ controller:
|
|||
serviceAnnotations: {}
|
||||
# -- Optional labels to add to the controller Service
|
||||
serviceLabels: {}
|
||||
# -- The class of the load balancer implementation
|
||||
loadBalancerClass: ""
|
||||
# -- Source ranges to allow access to service from. Only applies to service type `LoadBalancer`
|
||||
loadBalancerSourceRanges: []
|
||||
|
||||
|
|
@ -508,6 +510,8 @@ server:
|
|||
serviceAnnotations: {}
|
||||
# -- Optional labels to add to the UI Service
|
||||
serviceLabels: {}
|
||||
# -- The class of the load balancer implementation
|
||||
loadBalancerClass: ""
|
||||
# -- Static IP address to assign to loadBalancer service type `LoadBalancer`
|
||||
loadBalancerIP: ""
|
||||
# -- Source ranges to allow access to service from. Only applies to service type `LoadBalancer`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue