Skip to content

Commit

Permalink
Increase proxy timeouts in PDL Proxy config #deploy-pdl-proxy
Browse files Browse the repository at this point in the history
Extended the `nginx.ingress.kubernetes.io/proxy-read-timeout` and `proxy-send-timeout` annotations from 600 to 2400 seconds. This change aims to accommodate longer processing times required by the application.
  • Loading branch information
krharum committed Oct 16, 2024
1 parent fc7a861 commit 5319434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxies/pdl-proxy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ metadata:
labels:
team: dolly
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
nginx.ingress.kubernetes.io/proxy-read-timeout: "2400"
nginx.ingress.kubernetes.io/proxy-send-timeout: "2400"
spec:
image: "{{image}}"
port: 8080
Expand Down

0 comments on commit 5319434

Please sign in to comment.