Skip to content

Commit

Permalink
Merge pull request #5 from developmentseed/gunicorn-tweaks
Browse files Browse the repository at this point in the history
set gunicorn values back to default
  • Loading branch information
batpad authored Feb 14, 2024
2 parents cb64333 + b8acbbb commit 20413ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/osmcha/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ spec:
command:
- gunicorn
- "--timeout"
- "60"
- "30"
- "--keep-alive"
- "60"
- "2"
- "--workers"
- "4"
- "--bind"
Expand Down
2 changes: 1 addition & 1 deletion helm/osmcha/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: osmcha-ingress
annotations:
cert-manager.io/issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-read-timeout: "60"
nginx.ingress.kubernetes.io/proxy-read-timeout: "30"
spec:
ingressClassName: nginx
{{- if .Values.config.enable_tls }}
Expand Down

0 comments on commit 20413ef

Please sign in to comment.