Kubernetes - Ingress
Given this Ingress annotation snippet:
metadata:
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: "60"
What effect does this annotation have?