Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dd-decaf/nginx-ingress
https://github.com/dd-decaf/nginx-ingress
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dd-decaf/nginx-ingress
- Owner: DD-DeCaF
- License: apache-2.0
- Created: 2018-12-04T09:52:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T14:51:34.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T14:25:51.720Z (3 months ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-ingress
Modifications ot the NGINX ingress controller deployment. The full deplyoment follows the [official installation guide](https://kubernetes.github.io/ingress-nginx/deploy/).
* `mandatory.patch` contains the modifications to the current version
* `mandatory.yaml` contains the resulting configuration fileTo compare with the newest version on github:
```bash
curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml | diff -u - mandatory.yaml
```To update, download the newest deployment configuration, apply the patch and commit the changes.
## Current changes
* Increase livenessProbe.initialDelaySeconds from 10 to 60 as controller startup currently exceeds 10 seconds
* Set guaranteed QoS class
* Configure custom default backend for 404, 503 error handlers