robjuz / helm-charts

https://robjuz.github.io/helm-charts/index.yaml
34 stars 30 forks source link

nominatim: use tolerations definition for init job #82

Closed MatthiasLohr closed 2 months ago

MatthiasLohr commented 2 months ago

Hi @robjuz,

currently, the tolerations setting is only used for the running temployment but not for the init job. However, using the tolerations for the init job can be especially useful if (as in my case) very powerful machines are tainted to be reserved for resource intensive tasks (e.g., database migrations, imports, etc...). So it would be great if the tolerations will also be used for the init job.

Best regards Matthias