The Gateway’s role is to centralize all incoming connections to your stack. If you need to expose your Stack to the outside, it is necessary to route all the traffic through it.Documentation Index
Fetch the complete documentation index at: https://docs.formance.com/llms.txt
Use this file to discover all available pages before exploring further.
Gateway Object
You can find all the available parameters in the comprehensive CRD documentation.
Expose the Gateway with Ingress
To expose the Gateway to the outside, we will use an Ingress object. The Ingress will be the entry point to your stack.Serving on Multiple Hosts
You can serve a stack on multiple hostnames by adding thehosts field alongside host. The ingress will contain a rule for each host, and TLS will cover all of them.
gateway.ingress.hosts key. Hosts from the setting are merged with those defined on the Gateway CRD. The {stack} placeholder is replaced with the stack name.