mirror of
https://github.com/versity/versitygw.git
synced 2026-07-23 00:12:24 +00:00
1b8147c19c
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