chore: reduce worker count and disable live checks for the datatracker pod (#7240)

This commit is contained in:
Robert Sparks 2024-03-20 16:40:36 -05:00 committed by Nicolas Giard
parent ad34104f68
commit 1c90789b49
2 changed files with 16 additions and 16 deletions

View file

@ -12,7 +12,7 @@ echo "Running collectstatic..."
echo "Starting Datatracker..." echo "Starting Datatracker..."
gunicorn \ gunicorn \
--workers 53 \ --workers 9 \
--max-requests 32768 \ --max-requests 32768 \
--timeout 180 \ --timeout 180 \
--bind :8000 \ --bind :8000 \

View file

@ -58,11 +58,11 @@ datatracker:
# hosts: # hosts:
# - chart-example.local # - chart-example.local
livenessProbe: # livenessProbe:
httpGet: # httpGet:
# /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint # # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint
path: /submit/tool-instructions/ # path: /submit/tool-instructions/
port: http # port: http
podAnnotations: {} podAnnotations: {}
podLabels: {} podLabels: {}
@ -113,16 +113,16 @@ datatracker:
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""
startupProbe: # startupProbe:
initialDelaySeconds: 15 # initialDelaySeconds: 15
periodSeconds: 5 # periodSeconds: 5
timeoutSeconds: 5 # timeoutSeconds: 5
successThreshold: 1 # successThreshold: 1
failureThreshold: 60 # failureThreshold: 60
httpGet: # httpGet:
# /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint # # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint
path: /submit/tool-instructions/ # path: /submit/tool-instructions/
port: http # port: http
# Additional volumes on the output Deployment definition. # Additional volumes on the output Deployment definition.
volumes: volumes: