NGINX
You’ll put a reverse proxy in front of apps in the same environment.
Choose this when
- Several apps in one environment need a shared front door
- You want an internal endpoint (and optionally a public URL) without writing manifests
What you get
- An internal endpoint other apps can reach inside the cluster
- Optional public URL / domain and TLS
- Optional external port exposure
Options
| Option | Purpose |
|---|---|
| Environment | Where the proxy runs |
| Access | Internal only, or a public URL / domain |
| Hostnames / TLS | Public HTTPS |
| Routing / server behavior | How traffic is forwarded |
After deploy
Open the app details and copy the internal endpoint into your other apps’ configuration or shared variables. Full deploy steps: How to use ready-made apps.