Skip to content

ZdravkoGyurov/ingress-default-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reporoduce issue

  1. Execute helm dep update . && helm upgrade ingress-default-backend . --install --namespace idb --create-namespace
  2. curl http://localhost/api results in a custom 503 html page from the custom default backend because the server is scaled down to 0 replicas
  3. curl http://localhost/non/existing/path results in a custom 404 html page from the custom default backend because this is a path which is not registered in any ingress rule
  4. curl -X "1" http://localhost/api results in 500 default nginx error page which comes from the ingress controller, it never reaches the custom default backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published