Skip to content

Instantly share code, notes, and snippets.

@baybatu
Created August 6, 2018 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baybatu/344285d3281813a2325b8dedb681a40c to your computer and use it in GitHub Desktop.
Save baybatu/344285d3281813a2325b8dedb681a40c to your computer and use it in GitHub Desktop.
Adjust ingress connect and read timeouts
# tested on kubernetes 1.10.5
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/proxy-connect-timeout: "750"
nginx.ingress.kubernetes.io/proxy-read-timeout": "600"
name: my-project-gateway-ingress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment