loadBalancerIP support in argo-ui (#80)
This commit is contained in:
parent
ff190bdc0a
commit
62319a934f
2 changed files with 6 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ ui:
|
|||
serviceAccount: argo-ui
|
||||
# Annotations to be applied to the UI Service
|
||||
serviceAnnotations: {}
|
||||
# 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`
|
||||
loadBalancerSourceRanges: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue