Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Remove Nginx Ingress default backend #401

Merged
merged 1 commit into from
Feb 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
42 changes: 0 additions & 42 deletions addons/nginx-ingress/aws/default-backend/deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions addons/nginx-ingress/aws/default-backend/service.yaml

This file was deleted.

1 change: 0 additions & 1 deletion addons/nginx-ingress/aws/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spec:
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.22.0
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-backend
- --ingress-class=public
# use downward API
env:
Expand Down
42 changes: 0 additions & 42 deletions addons/nginx-ingress/azure/default-backend/deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions addons/nginx-ingress/azure/default-backend/service.yaml

This file was deleted.

1 change: 0 additions & 1 deletion addons/nginx-ingress/azure/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spec:
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.22.0
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-backend
- --ingress-class=public
# use downward API
env:
Expand Down
42 changes: 0 additions & 42 deletions addons/nginx-ingress/bare-metal/default-backend/deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions addons/nginx-ingress/bare-metal/default-backend/service.yaml

This file was deleted.

1 change: 0 additions & 1 deletion addons/nginx-ingress/bare-metal/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ spec:
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.22.0
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-backend
- --ingress-class=public
# use downward API
env:
Expand Down
1 change: 0 additions & 1 deletion addons/nginx-ingress/digital-ocean/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spec:
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.22.0
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-backend
- --ingress-class=public
# use downward API
env:
Expand Down
42 changes: 0 additions & 42 deletions addons/nginx-ingress/digital-ocean/default-backend/deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions addons/nginx-ingress/digital-ocean/default-backend/service.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions addons/nginx-ingress/google-cloud/default-backend/deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions addons/nginx-ingress/google-cloud/default-backend/service.yaml

This file was deleted.

1 change: 0 additions & 1 deletion addons/nginx-ingress/google-cloud/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spec:
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.22.0
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-backend
- --ingress-class=public
# use downward API
env:
Expand Down