ditto icon indicating copy to clipboard operation
ditto copied to clipboard

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

Open kalinkostashki opened this issue 2 years ago • 0 comments

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

kalinkostashki avatar Aug 10 '23 13:08 kalinkostashki