Skip to content

Commit

Permalink
Add Proxy timeout annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
cachemeoutside committed Dec 5, 2023
1 parent 59f1a2f commit 5db9825
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/prod-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: sectigo-acme-clusterissuer
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
hosts:
# TODO: Set real production name
- host: oralhistory-k8s.library.ucla.edu
Expand Down
2 changes: 2 additions & 0 deletions charts/stage-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: sectigo-acme-clusterissuer
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
hosts:
# TODO: Set real production name
- host: oralhistory-k8s-stage.library.ucla.edu
Expand Down
2 changes: 2 additions & 0 deletions charts/test-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: sectigo-acme-clusterissuer
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
hosts:
# TODO: Set real production name
- host: oralhistory-k8s-test.library.ucla.edu
Expand Down

0 comments on commit 5db9825

Please sign in to comment.