add proxy read timeout to 600s for finance app [ci skip]
This commit is contained in:
parent
19669c4a58
commit
e38fecd9ad
1 changed files with 3 additions and 0 deletions
|
|
@ -255,6 +255,9 @@ resource "kubernetes_ingress_v1" "finance_app" {
|
|||
"kubernetes.io/ingress.class" = "nginx"
|
||||
#"nginx.ingress.kubernetes.io/auth-url"= "https://oauth-provider/auth"
|
||||
#"nginx.ingress.kubernetes.io/auth-signin"= "https://oauth-provider/sign_in?rd=$request_uri"
|
||||
# "nginx.ingress.kubernetes.io/proxy-connect-timeout" = "60s"
|
||||
# "nginx.ingress.kubernetes.io/proxy-send-timeout" = "60s"
|
||||
"nginx.ingress.kubernetes.io/proxy-read-timeout" = "600s"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue