Skip to content

Instantly share code, notes, and snippets.

@baybatu
Last active August 7, 2018 19:14
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/72e7bbfe255f175ea7370b76a8464a2c to your computer and use it in GitHub Desktop.
Save baybatu/72e7bbfe255f175ea7370b76a8464a2c to your computer and use it in GitHub Desktop.
Adjust ingress fileupload size
# tested on kubernetes 1.10.5
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
# "0" for unlimited fileupload size
nginx.org/client-max-body-size: "100m"
name: myproject-gateway-ingress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment