Remove Nginx Ingress default backend

* nginx-ingress no longer requires a configured default-backend,
it will respond with its own 404 page starting in v0.21.0
* https://github.com/kubernetes/ingress-nginx/pull/3196
This commit is contained in:
Dalton Hubble
2019-02-16 14:13:08 -08:00
parent b13a651cfe
commit 170ef74eea
16 changed files with 2 additions and 290 deletions

View File

@ -10,6 +10,8 @@ Notable changes between versions.
#### Addons
* Raise nginx-ingress liveness/readiness timeout to 5 seconds
* Remove nginx-ingess default-backend ([#401](https://github.com/poseidon/typhoon/pull/401))
* nginx-ingress now responds with its own 404 page by default
* Improve Prometheus metrics labels and drop extraneous metrics ([#397](https://github.com/poseidon/typhoon/pull/397))
* Add `pod` name label to metrics discovered via service endpoints
* Rename `kubernetes_namespace` label to `namespace`