Skip to content

Commit

Permalink
update vulnz
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Jan 8, 2025
1 parent 06e4b47 commit c723f38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions charts/vulnz-nvd-mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.5

- Add kill signal capability to the container so supervisor can handle the shutdown gracefully
- Higher memory limit for the container

## 0.4.4

- Leave some memory for apache
Expand Down
5 changes: 4 additions & 1 deletion charts/vulnz-nvd-mirror/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ securityContext:
runAsGroup: 0
runAsUser: 0
readOnlyRootFilesystem: false
capabilities:
add:
- KILL
pod:
fsGroup: 101

Expand Down Expand Up @@ -53,7 +56,7 @@ workload:
resources:
limits:
# needed since vulnz is rather memory hungry and will crash with less
memory: 3Gi
memory: 5Gi
env:
# we need to override the default, see https://github.com/jeremylong/Open-Vulnerability-Project/issues/245
# leave some for the apache process
Expand Down

0 comments on commit c723f38

Please sign in to comment.