Add support for an internal load balancer along with an external one

Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>
This commit is contained in:
Luis Garnica Guilarte 2020-06-15 13:08:06 +02:00
parent df8ceea8a9
commit 398f548b75
6 changed files with 111 additions and 1 deletions

View file

@ -302,6 +302,12 @@ controller:
tcp: {}
udp: {}
## 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:
enabled: false
annotations: {}
extraContainers: []
## Additional containers to be added to the controller pod.
## See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.