helm-charts
helm-charts copied to clipboard
Temporal Helm charts
## What was changed This pull request removes the loop to not add livenessProbe for workers ## Why? Every service should have a livenessProbe, in case of failure the kubelet...
### Is your feature request related to a problem? Please describe. When we deploy a new cluster, the workers nodes don't have a LivenessProbe because it's explicit configured in the...
**Describe the bug** Installing the helm chart as follows: - elasticsearch disabled - mysql disabled - prometheus disabled - grafana enabled - cassandra enabled - cassandra persistence disabled Got an...
### What are you really trying to do? I try to deploy Temporal in a Kubernetes cluster with the hostname. However it failed. ### Describe the bug When I deploy...
## What was changed Automatically create databases and apply the schemas to them for Postgres and MySQL. ## Why? In order to be able to create new environments via Terraform...
## What was changed SQL support to schema-setup and schema-update jobs was added ## Why? Allow automatic schema creation and update also for SQL databases (so far only cassandra) ##...
### What are you really trying to do? report a bug ### Describe the bug pod stuck on container init even the temporal-cassandra is working find temporal-admintools-6d54c4ccf-rhd5p 1/1 Running 0...
Please publish Temporal Helm chart to a helm chart repository (such as [Helm Hub](https://hub.helm.sh/charts)), so it is easier to install it. [Brought to our attention](https://community.temporal.io/t/is-the-helm-chart-published-to-a-helm-repository-somewhere/182?u=markmark) by Kyle, thank you!
This is a relatively small change and motivation is same as #280, so directly create a PR. ## What was changed This PR adds the ability to set custom labels...
Fix: [#284](https://github.com/temporalio/helm-charts/issues/284) ## What was changed Remove leading dash that accidentally added content on the same line as a line break ## Why? Helm Linting display errors ## Checklist 1....