Skip to content

Commit

Permalink
Merge pull request #38 from Workday/IngressTimeout
Browse files Browse the repository at this point in the history
Increase ingress read and write timeout
  • Loading branch information
ScottBishop authored Apr 1, 2019
2 parents 02147d3 + f77cd9a commit 51cddd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vizzy/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
annotations:
"nginx.ingress.kubernetes.io/force-ssl-redirect": "true"
"nginx.ingress.kubernetes.io/proxy-body-size": {{ .Values.nginxIngress.proxyBodySize }}
"nginx.ingress.kubernetes.io/proxy‑read‑timeout": "300"
"nginx.ingress.kubernetes.io/proxy-send-timeout": "300"
"kubernetes.io/ingress.class": nginx
name: {{ .Chart.Name }}
spec:
Expand Down

0 comments on commit 51cddd2

Please sign in to comment.