-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
- Is is possible to run
yakdbehind a proxy?
If the site where minikube is running is behind a proxy, then the main url is:
and index.html is retrieved, but subsequent requests are for:
https://my.site.com/static/js/main.a5eacbe6.js
and not:
https://my.site.com/myproxy/static/js/main.a5eacbe6.js
How can the yaml files be configured to achieve this?
- Is it possible to run
yakdin a subpath?
If the ingress.yaml is set to:
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/use-regex: "true"
and
- path: /yakd/(.*)
pathType: ImplementationSpecific
the frontend still requests urls like:
https://my.site.com/static/js/main.a5eacbe6.js
and not:
https://my.site.com/yakd/static/js/main.a5eacbe6.js
How can the yaml files be configured to achieve this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels