temporalio / helm-charts

Temporal Helm charts
MIT License
305 stars 337 forks source link

Add support of pod annotations for service job #431

Closed jeenadeepak closed 7 months ago

jeenadeepak commented 11 months ago

What was changed

Add support for pod annotations

Istio run with each pod due to which one time job/pod are not successfully terminal, istio is not required here as db schema setup and update are one time job, hence skipping istio by adding addition skip parameter.

Why?

Checklist

  1. Closes https://github.com/temporalio/helm-charts/issues/353

  2. How was this tested:

    I have deployed this on eks with istio enabled namespace, and it is working fine.

  3. Any docs updates needed?