File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ echo "Running collectstatic..."
1212echo " Starting Datatracker..."
1313
1414gunicorn \
15- --workers 53 \
15+ --workers 9 \
1616 --max-requests 32768 \
1717 --timeout 180 \
1818 --bind :8000 \
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ datatracker:
5858 # hosts:
5959 # - chart-example.local
6060
61- livenessProbe :
62- httpGet :
63- # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint
64- path : /submit/tool-instructions/
65- port : http
61+ # livenessProbe:
62+ # httpGet:
63+ # # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint
64+ # path: /submit/tool-instructions/
65+ # port: http
6666
6767 podAnnotations : {}
6868 podLabels : {}
@@ -113,16 +113,16 @@ datatracker:
113113 # If not set and create is true, a name is generated using the fullname template
114114 name : " "
115115
116- startupProbe :
117- initialDelaySeconds : 15
118- periodSeconds : 5
119- timeoutSeconds : 5
120- successThreshold : 1
121- failureThreshold : 60
122- httpGet :
123- # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint
124- path : /submit/tool-instructions/
125- port : http
116+ # startupProbe:
117+ # initialDelaySeconds: 15
118+ # periodSeconds: 5
119+ # timeoutSeconds: 5
120+ # successThreshold: 1
121+ # failureThreshold: 60
122+ # httpGet:
123+ # # /submit/tool-instructions/ just happens to be cheap until we get a real health endpoint
124+ # path: /submit/tool-instructions/
125+ # port: http
126126
127127 # Additional volumes on the output Deployment definition.
128128 volumes :
You can’t perform that action at this time.
0 commit comments