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
I have the following situation.
I am deploying anchore on our OKD Cluster and integrating anchore scans with jenkins. We have 3 nodes and wanted to have 6 replicas of the anchore analyze pod in order to speed up the analyzing process.
Furthermore we want to deploy the 6 pods of the analyzer equally among the 3 nodes. Since this is not possible with podAntiAffinity it would be neat if the chart would offer the possibility to configure topologySpreadConstraints either by implementig it directly or by allowing to inject yaml directly into the deployment.
Thx in advance
The text was updated successfully, but these errors were encountered:
* Ent 5.2.0 updates (#187)
* add additional configs for 5.2.0
* updating helm unittests and readme to include changes
* adding scratch for reports
* update default of api delete keys to 365; add scratch volume to reports pod; add reports resources tests
* adding additional reports resources test
* Enterprise split reports api (#188)
* move reports service to seperate deployment
* use enterprise prefix for helper templates
* add rbacAuth container back to api pod
* make reports-worker fullname match values key for the service
* update unit tests
* bump chart version
* fix reports worker descriptions & alphabetize the top level key
* add rbacAuth container to reports pod (#189)
* add rbacAuth container to reports pod
* add rbacAuth unit test for reports template
* updating error message for image_ttl_days (#192)
* Make scratch volume configurable (#193)
* use helper template for scratch volume details. Allow component specific configs
* add unit tests
* add necessary values and update readme
* bump chart version
* bump enterprise image to v5.2.0
* update test snapshots
* bump feeds chart version
* bump chart version
* update readme and values table
* remove reports service from the ingress configuration
---------
Signed-off-by: Brady Todhunter <[email protected]>
Signed-off-by: Hung Nguyen <[email protected]>
Co-authored-by: Hung Nguyen <[email protected]>
Hello everyone,
I have the following situation.
I am deploying anchore on our OKD Cluster and integrating anchore scans with jenkins. We have 3 nodes and wanted to have 6 replicas of the anchore analyze pod in order to speed up the analyzing process.
Furthermore we want to deploy the 6 pods of the analyzer equally among the 3 nodes. Since this is not possible with podAntiAffinity it would be neat if the chart would offer the possibility to configure topologySpreadConstraints either by implementig it directly or by allowing to inject yaml directly into the deployment.
Thx in advance
The text was updated successfully, but these errors were encountered: