diff --git a/helm/osmcha/templates/app.yaml b/helm/osmcha/templates/app.yaml index 7ea9760..3cbdea5 100644 --- a/helm/osmcha/templates/app.yaml +++ b/helm/osmcha/templates/app.yaml @@ -30,7 +30,6 @@ spec: containers: - name: osmcha-api image: {{ .Values.app.api.image.repository }}:{{ .Values.app.api.image.tag }} - args: ["gunicorn", "config.wsgi", "-b", "0.0.0.0:5000", "--access-logfile", "-", "--timeout", "120", "--workers", "4", "--threads", "16"] resources: {{- toYaml .Values.app.api.resources | nindent 10 }} env: @@ -72,6 +71,8 @@ spec: value: "False" - name: DJANGO_ENABLE_CHANGESET_COMMENTS value: "True" + - name: WEB_CONCURRENCY + value: "5" ports: - containerPort: 5000 volumeMounts: