Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions kustomize/base/exploit_iq_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,14 @@ spec:
protocol: TCP
containerPort: 8080
livenessProbe:
failureThreshold: 24
timeoutSeconds: 10
periodSeconds: 20
httpGet:
path: /health
port: http
# If still doing problems under heavy cpu loads and heavy concurrent workloads , kindly uncomment the tcpSocket block below,
# and comment out the httpGet group as a temporary workaround.
# Upgrading the agent to python version 3.14 will solve this issue as it will
# be a real parallel multi-threading environment without GIL ( Global Interpreter Lock) restrictions.
# tcpSocket:
# port: 8080
failureThreshold: 3
timeoutSeconds: 5
periodSeconds: 30
exec:
command:
- /bin/sh
- -c
- cat /proc/1/status | grep -q '^State:.*[RSDs]'

resources:
limits:
Expand Down