Skip to content
Merged
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
4 changes: 2 additions & 2 deletions helm/defectdojo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ django:
cpu: 2000m
memory: 512Mi
appSettings:
processes: 2
threads: 2
processes: 4
threads: 4
# maxFd: 102400 # Uncomment to set the maximum number of file descriptors. If not set will be detected by uwsgi
enableDebug: false # this also requires DD_DEBUG to be set to True
certificates:
Expand Down