You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate ingress from NGINX to Envoy Gateway (#80)
Migrate OLMap backend and frontend from ingress-nginx to Envoy Gateway
(Gateway API).
- Add `gateway.enabled: true` to both `deploy/backend-values.yaml` and
`deploy/frontend-values.yaml`
- Disable explicit ingress resources (chart suppresses them when gateway
is enabled)
- Remove NGINX-specific `configuration-snippet` annotation from frontend
> [!IMPORTANT]
> Before merging, verify the frontend nginx container image handles SPA
routing (`try_files $uri $uri/ /index.html`) internally in its
nginx.conf.
Closes#62
Generated with [Claude Code](https://claude.ai/code)
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Lauri Gates <laurigates@users.noreply.github.com>
0 commit comments