small updates to nginx

This commit is contained in:
Denise Schannon
2018-07-11 14:57:00 -07:00
parent b5037eb8ee
commit 352a22999c
@@ -37,9 +37,9 @@ You can disable the default controller by specifying `none` to the ingress `pro
ingress:
provider: none
```
## Nginx Ingress Controller
## Configuring NGINX Ingress Controller
For the configuration of nginx, there are some configuration options. There are a [list of options](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/) for the nginx config map and [command line extra_args](https://kubernetes.github.io/ingress-nginx/user-guide/cli-arguments/).
For the configuration of nginx, there are configuration options available in Kubernetes. There are a [list of options for the NGINX config map](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/configmap.md) , [command line extra_args](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/cli-arguments.md) and [annotations](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/).
```yaml
ingress: