This is an automated email from the ASF dual-hosted git repository.

nchung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/master by this push:
     new 0385b5e  Bumped ingress timeouts to reflect increased AWS gateway 
timeout (#201)
0385b5e is described below

commit 0385b5ef4cd027bce3d7a025d0d18e4c46230398
Author: Riley Kuttruff <[email protected]>
AuthorDate: Wed Oct 5 09:35:38 2022 -0700

    Bumped ingress timeouts to reflect increased AWS gateway timeout (#201)
    
    * Bumped ingress timeouts to reflect increased AWS gateway timeout
    
    Potential fix for duplicate request issue
    
    * Changelog
    
    Co-authored-by: rileykk <[email protected]>
---
 CHANGELOG.md               | 1 +
 helm/templates/ingress.yml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2ac17d..a14c57b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 - SDAP-390: Changed `/doms` to `/cdms` and `doms_reader.py` to `cdms_reader.py`
 - domslist endpoint points to AWS insitu instead of doms insitu
 - Matchup returns numSecondary and numPrimary counts rather than insitu/gridded
+- Bumped ingress timeout in Helm chart to reflect AWS gateway timeout
 ### Deprecated
 ### Removed
 - removed dropdown from matchup doms endpoint secondary param
diff --git a/helm/templates/ingress.yml b/helm/templates/ingress.yml
index 566aaad..3a954a0 100644
--- a/helm/templates/ingress.yml
+++ b/helm/templates/ingress.yml
@@ -5,8 +5,8 @@ metadata:
   annotations:
     kubernetes.io/ingress.class: "nginx"
     nginx.ingress.kubernetes.io/rewrite-target: /$1
-    nginx.ingress.kubernetes.io/proxy-read-timeout: "180"
-    nginx.ingress.kubernetes.io/proxy-send-timeout: "180"
+    nginx.ingress.kubernetes.io/proxy-read-timeout: "360"
+    nginx.ingress.kubernetes.io/proxy-send-timeout: "360"
     nginx.ingress.kubernetes.io/enable-cors: "true"
     nginx.ingress.kubernetes.io/cors-allow-methods: "PUT, GET, POST, OPTIONS"
     nginx.ingress.kubernetes.io/cors-allow-origin: "*"

Reply via email to