Skip to content

Commit

Permalink
Increase timeouts on nginx ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Sep 24, 2024
1 parent 6a26768 commit b414f8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/k8s/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
name: islandora-microservices
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/proxy-connect-timeout: "1800"
nginx.ingress.kubernetes.io/proxy-read-timeout: "1800"
nginx.ingress.kubernetes.io/proxy-send-timeout: "1800"
spec:
tls:
- hosts:
Expand Down

0 comments on commit b414f8a

Please sign in to comment.