Rever TCP/UDP documentation removal and links (#3456)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-11-21 23:24:34 -03:00 committed by GitHub
parent 8aac340203
commit 6eac5785ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 71 additions and 4 deletions

View file

@ -2,7 +2,7 @@
## Ingress
The Ingress in this example adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at [this example](/examples/customization/custom-headers/README).
The Ingress in this example adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at [this example](../custom-headers/README.md).
```console
$ kubectl apply -f ingress.yaml