Skip to content

Commit 1c90789

Browse files
rjsparksNGPixel
authored andcommitted
chore: reduce worker count and disable live checks for the datatracker pod (ietf-tools#7240)
1 parent ad34104 commit 1c90789

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

dev/build/datatracker-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "Running collectstatic..."
1212
echo "Starting Datatracker..."
1313

1414
gunicorn \
15-
--workers 53 \
15+
--workers 9 \
1616
--max-requests 32768 \
1717
--timeout 180 \
1818
--bind :8000 \

helm/values.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)