Created
November 24, 2016 08:03
-
-
Save lwolf/ee207951107818a4742f15800d55c5cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: nginx-load-balancer-conf | |
data: | |
body-size: "0" | |
proxy-connect-timeout: "10" | |
proxy-read-timeout: "360" | |
proxy-send-imeout: "360" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment