We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to serve registry-gui from the context path /registry
If I can use a setting in helm chart that allows setting the context-path.
Tried Traefik with StripPrefix middleware but getting 404 for css and js files
Helm Chart values.yml
ui: title: "Local Registry" proxy: true deleteImages: true ingress: enabled: true path: /registry ingressClassName: traefik annotations: kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/router.entrypoints: web traefik.ingress.kubernetes.io/rule-type: PathPrefixStrip
https://artifacthub.io/packages/helm/joxit/docker-registry-ui Setting ui.ingress.path to /registry but its not working
The text was updated successfully, but these errors were encountered:
Hi, I'm using relative path in the project exactly for this reason. Try with /registry/ (with dangling slash)
/registry/
path: /registry/
Sorry, something went wrong.
No branches or pull requests
I want to serve registry-gui from the context path /registry
If I can use a setting in helm chart that allows setting the context-path.
Tried Traefik with StripPrefix middleware but getting 404 for css and js files
Helm Chart values.yml
https://artifacthub.io/packages/helm/joxit/docker-registry-ui
Setting ui.ingress.path to /registry but its not working
The text was updated successfully, but these errors were encountered: