DependencyTrack / helm-charts

Helm Charts for Dependency-Track
https://dependencytrack.org
Apache License 2.0
13 stars 14 forks source link

Hyades: `vulnAnalyzer` should default to `Deployment`, with option to use `StatefulSet` instead #90

Open nscuro opened 3 weeks ago

nscuro commented 3 weeks ago

vulnAnalyzer is a StatefulSet to support persistent Kafka Streams state stores. This is desirable for large deployments, but not necessary for smaller ones - those can usually get away with in-memory stores.

Make vulnAnalyzer a Deployment instead, with an opt-in setting to switch to a StatefulSet.

Roughly related to #81