diff --git a/dev/build/datatracker-start.sh b/dev/build/datatracker-start.sh index 988b8f512..c04834b97 100644 --- a/dev/build/datatracker-start.sh +++ b/dev/build/datatracker-start.sh @@ -12,7 +12,7 @@ echo "Running collectstatic..." echo "Starting Datatracker..." gunicorn \ - --workers 53 \ + --workers 9 \ --max-requests 32768 \ --timeout 180 \ --bind :8000 \ diff --git a/helm/values.yaml b/helm/values.yaml index 2902b346b..df75ebb8b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -58,11 +58,11 @@ datatracker: # hosts: # - chart-example.local - livenessProbe: - httpGet: - # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint - path: /submit/tool-instructions/ - port: http +# livenessProbe: +# httpGet: +# # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint +# path: /submit/tool-instructions/ +# port: http podAnnotations: {} podLabels: {} @@ -113,16 +113,16 @@ datatracker: # If not set and create is true, a name is generated using the fullname template name: "" - startupProbe: - initialDelaySeconds: 15 - periodSeconds: 5 - timeoutSeconds: 5 - successThreshold: 1 - failureThreshold: 60 - httpGet: - # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint - path: /submit/tool-instructions/ - port: http +# startupProbe: +# initialDelaySeconds: 15 +# periodSeconds: 5 +# timeoutSeconds: 5 +# successThreshold: 1 +# failureThreshold: 60 +# httpGet: +# # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint +# path: /submit/tool-instructions/ +# port: http # Additional volumes on the output Deployment definition. volumes: