diff --git a/helm/osmcha/templates/app.yaml b/helm/osmcha/templates/app.yaml index 5c0a9d2..136e9bd 100644 --- a/helm/osmcha/templates/app.yaml +++ b/helm/osmcha/templates/app.yaml @@ -73,9 +73,9 @@ spec: command: - gunicorn - "--timeout" - - "60" + - "30" - "--keep-alive" - - "60" + - "2" - "--workers" - "4" - "--bind" diff --git a/helm/osmcha/templates/ingress.yaml b/helm/osmcha/templates/ingress.yaml index 5f674ea..acd238f 100644 --- a/helm/osmcha/templates/ingress.yaml +++ b/helm/osmcha/templates/ingress.yaml @@ -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 }}