Jump to content

Kubernetes: Difference between revisions

Line 192: Line 192:
Note that global Nginx settings are set in the configmap.<br>
Note that global Nginx settings are set in the configmap.<br>
Personally, I have:
Personally, I have:
{{hidden | configmap |
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
# Source: ingress-nginx/templates/controller-configmap.yaml
# Source: ingress-nginx/templates/controller-configmap.yaml
Line 209: Line 210:
   proxy-body-size: 10g
   proxy-body-size: 10g
</syntaxhighlight>
</syntaxhighlight>
}}


==Autoscaling==
==Autoscaling==