Skip to content

Commit

Permalink
Increase read/write timeout for external connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Khomenko committed Jun 29, 2021
1 parent 5e775d4 commit 98e8219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
kubernetes.io/ingress.class: gce
networking.gke.io/managed-certificates: dc-analytics
kubernetes.io/ingress.global-static-ip-name: dc-analytics
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
name: dc-analytics
namespace: iris
spec:
Expand Down

0 comments on commit 98e8219

Please sign in to comment.