coreos / tectonic-docs

Tectonic documentation - https://coreos.com/tectonic/docs/latest/
Apache License 2.0
42 stars 49 forks source link

404 on logo.svg in example app deployment #85

Open ytsarev opened 6 years ago

ytsarev commented 6 years ago

Following https://github.com/coreos/tectonic-docs/blob/master/Documentation/tutorials/sandbox/first-app.md.

"logo.svg" relative path results to 404 , so Cookie image is not visible in example app.

It is accessible through simple_deployment/logo.svg but the app is not ready for it.

ingress.kubernetes.io/add-base-url: "true" does not help.

I guess the problem is pretty generic.

Any suggestions how to fix the serving of resources with relative path?