Docs: Update link to values.yaml
. (#12960)
Co-authored-by: Daniel Hill <dan@mamu.co>
This commit is contained in:
parent
a4f0349b0d
commit
a24a0055b1
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ In nginx, we want to modify the property `proxy-buffer-size`. The size is arbitr
|
||||||
that a high value can lower the performance of your ingress proxy. In general a value of 16k should get you covered.
|
that a high value can lower the performance of your ingress proxy. In general a value of 16k should get you covered.
|
||||||
|
|
||||||
### Using helm
|
### Using helm
|
||||||
If you're using helm you can simply use the [`config` properties](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml#L37).
|
If you're using helm you can simply use the [`config` properties](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml#L56).
|
||||||
```yaml
|
```yaml
|
||||||
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
|
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in a new issue