feat: Support multiple IngressGateways and EgressGateways through BigBang chart
Feature Request
Why
There is a requirement to have 2 separate IngressGateways defined for public and private traffic, with completely separate ELBs. Currently BigBang only supports a single, defaulted IngressGateway.
Proposed Solution
- Leave currently implementation of the default
IngressGateway
as the default. - Add flags and fields to support creating multiple
IngressGateways
. - Add flags and fields to support creating multiple
Gateways
that can reference specificIngressGateways
. - (Maybe) Add support to modify VirtualServices to reference specific
Gateways
.
Edited by adam.toy