Nginx.ingress.kubernetes.io/proxy-body-size not working
问题 I want to increase size of post body of each request in Ingress. So I add the nginx.ingress.kubernetes.io/proxy-body-size: 8m in yaml file ingress(in view/edit yaml file of rancher) but it doesn’t work. When I get the describe of ingress with kubectl I dont see the added annotation but i see the new added mapping. Hereis the configs: YAML file: apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: ingress.kubernetes.io/configuration-snippet: |- set $test_host "testdms.test.com"