mirror of
https://github.com/versity/versitygw.git
synced 2026-07-23 16:42:51 +00:00
This change is needed to expose the admin API and WebUI through standard Kubernetes Ingress resources instead of only through service access or Gateway API routes. It adds configurable ingress blocks in values.yaml, and renders dedicated ingress objects for admin and webui when enabled. Also update corsAllowOrigin comment. Fixes #2251 Fixes #2252