anchore-charts
anchore-charts copied to clipboard
[Enhancement] Allow injection of custom Kubernetes Config or allow topologySpreadConstraints
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