Skip to content

Commit

Permalink
Add proxy timeout annotations to pdl-proxy config
Browse files Browse the repository at this point in the history
Added annotations for `nginx.ingress.kubernetes.io/proxy-read-timeout` and `nginx.ingress.kubernetes.io/proxy-send-timeout` with a value of 600 seconds. This change is intended to prevent timeout issues during prolonged proxy connections.
  • Loading branch information
krharum committed Oct 9, 2024
1 parent d763db8 commit 55bc84e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proxies/pdl-proxy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ metadata:
namespace: dolly
labels:
team: dolly
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
spec:
image: "{{image}}"
port: 8080
Expand Down

0 comments on commit 55bc84e

Please sign in to comment.