nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
295 stars 258 forks source link

Add nodeSelector, tolerations and affinity to metrics deployment #534

Open SwitzerChees opened 4 months ago

SwitzerChees commented 4 months ago

Signed-off-by: Patrick Michel patrickmichel96@yahoo.de

SwitzerChees commented 4 months ago

Just added the options nodeSelector, tolerations and affinity to the metrics template. For our use case it is important to also be able to control the placement of this pod based on these rules. And probably other people will also be happy about that in the future.

provokateurin commented 4 months ago

You need to bump the chart version btw.

SwitzerChees commented 4 months ago

You need to bump the chart version btw.

Done just a patch version. Or is it a minor version do you follow the semantic versioning concept? ;-)