Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Static resources of ingress-root can't be accessed when ingress is enabled #1715

Open
kalinkostashki opened this issue Aug 10, 2023 · 0 comments

Comments

@kalinkostashki
Copy link
Contributor

The index.html referenced and normally hosted by the nginx pod cannot be accessed when ingress is enabled and nginx disabled.

The way I see it there are a couple of ways this can be handled.

  1. Remove the defaultBackend resource and try to let ingress-controller handle this
  2. Create a separate nginx pod deployment for the ingress enabled case which would handle only the index.html welcome page for ditto
  3. Edit the config of the existing nginx deployment in such a way that nginx is deployed but only one location / is present in the nginx-configmap.yaml
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant