trinodb / charts

Apache License 2.0
151 stars 173 forks source link

Add spec values to coordinator and worker deployments #235

Closed amarthey closed 1 month ago

amarthey commented 1 month ago

Adding deployment spec values for coordinator deployment and worker deployment:

 - progressDeadlineSeconds
 - revisionHistoryLimit
 - strategy

This is needed for us in case of an update of Trino Cluster that requires the deployment to bring pods up and down.

cla-bot[bot] commented 1 month ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: amarthey. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails