You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
Pod liveness and readiness use the same helm values that generate too many restart during the startup phase.
And before restarting the pod we need to remove it to the service LB to ends existing queries instead of killing them.
This will help to balance the load on all replicas
Expected behavior
if pod http endpoint is not available disable it on the service LB to prevent routing load on it.
and only restart via liveness later.
for that we need specific config for livenessProbe and readinessProbe instead of the same values.
Deployment method(select with an X)
Docker Compose
Kubernetes
GoDojo
Environment information
Operating System: [e.g. Ubuntu 18.04]
DefectDojo version (see footer) or commit message: [use git show -s --format="[%ci] %h: %s [%d]"]
Logs
Use docker-compose logs (or similar, depending on your deployment method) to get the logs and add the relevant sections here showing the error occurring (if applicable).
Sample scan files
If applicable, add sample scan files to help reproduce your problem.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context (optional)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Bug description
Pod liveness and readiness use the same helm values that generate too many restart during the startup phase.
And before restarting the pod we need to remove it to the service LB to ends existing queries instead of killing them.
This will help to balance the load on all replicas
Expected behavior
if pod http endpoint is not available disable it on the service LB to prevent routing load on it.
and only restart via liveness later.
for that we need specific config for livenessProbe and readinessProbe instead of the same values.
Deployment method (select with an
X
)Environment information
git show -s --format="[%ci] %h: %s [%d]"
]Logs
Use
docker-compose logs
(or similar, depending on your deployment method) to get the logs and add the relevant sections here showing the error occurring (if applicable).Sample scan files
If applicable, add sample scan files to help reproduce your problem.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context (optional)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: