uhthomas/automata

dev/kipp: Ingress annotations aren't being applied

uhthomas opened this issue · 1 comments

The timeouts aren't set, and neither is the max body size.

~ kubectl -n ingress-nginx exec ingress-nginx-controller-77b69ddf57-g9dcc -- cat nginx.conf | grep client_max_body_size
Defaulting container name to controller.
Use 'kubectl describe pod/ingress-nginx-controller-77b69ddf57-g9dcc -n ingress-nginx' to see all of the containers in this pod.
			client_max_body_size                    1m;
			client_max_body_size        1m;
			client_max_body_size                    1m;
			client_max_body_size                    1m;
			client_max_body_size                    1m;
			client_max_body_size                    21m;

Fixed by #3