helm: add urlPrefix support for admin UI behind reverse proxy subpath

This commit is contained in:
Copilot
2026-03-17 18:28:40 -07:00
parent 81369b8a83
commit 7174760a5d
2 changed files with 17 additions and 5 deletions

View File

@@ -1195,6 +1195,11 @@ admin:
# If empty, uses global.masterServer or auto-discovers from master statefulset
masters: ""
# URL path prefix when running behind a reverse proxy under a subdirectory
# Example: "/seaweedfs-admin" makes the UI available at /seaweedfs-admin/
# If empty and ingress is enabled with a non-root path, the ingress path is used automatically
urlPrefix: ""
# Custom command line arguments to add to the admin command
# Example: ["-customFlag", "value", "-anotherFlag"]
extraArgs: []