Skip to content

Instantly share code, notes, and snippets.

@baybatu
Last active August 7, 2018 19:13
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/3bf1ff560e2b5f82deed5decf1c56f49 to your computer and use it in GitHub Desktop.
Save baybatu/3bf1ff560e2b5f82deed5decf1c56f49 to your computer and use it in GitHub Desktop.
Adjust ingress payload size
# tested on kubernetes 1.10.5
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/proxy-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