DependencyTrack / helm-charts

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

Allow to deploy multiple replicas of ApiServer #65

Closed Wihrt closed 1 month ago

Wihrt commented 1 month ago

Hello !

In the current state of the Helm Chart, we cannot deploy more than 1 instance of the API-Server. https://github.com/DependencyTrack/helm-charts/blob/main/charts/dependency-track/templates/api-server/statefulset.yaml#L10

I'll make a PR, if I can find some time :)

nscuro commented 1 month ago

It is not possible to deploy more than one instance, the hard-coded replicas value is intentional.

The good news is: Where working on this in the context of project hyades, which will eventually become Dependency-Track v5.x. Among a lot of other goodies, it does support multiple API server instances.