helm chart: choice option for internal/external loadbalancer type service (#7806)
This commit is contained in:
parent
b08d4278ad
commit
7d17ff35fa
3 changed files with 9 additions and 2 deletions
|
|
@ -494,6 +494,9 @@ controller:
|
|||
tcp: {}
|
||||
udp: {}
|
||||
|
||||
external:
|
||||
enabled: true
|
||||
|
||||
## Enables an additional internal load balancer (besides the external one).
|
||||
## Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
|
||||
internal:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue